Below is the Graph api end point that im using to delete the sharepoint list item.It deletes item permantely. I want to Delete item from sharepoint list with graph api and it moves to recycle bin.
Method DELETE
https://graph.microsoft.com/v1.0/sites/{SiteID}/Lists{ListID}/items/{itemid}
How i can delete item from sharepoint list and it movies to Recylebin and Temprory delete from sharepoint list.