curl --location --request DELETE '/api/sharepoint/item/0' \ --header 'Ocp-Apim-Subscription-Key: {{your-api-key}}' \ --header 'Authorization: Bearer {{your-access-token}}'
{ "message": "SharePoint item with id: 1234 is marked as deleted" }