I have a logic app which stores the file path of a document as a variable I then use this to get the content of the file perform an HTTP post, run an SQL query and then need to delete the file. I have tried using the delete file option where I use the same variable as in the get content (which works every time) but get this error.
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable." So I thought that I would try to get the meta data of the file but still get an error: "errors": [
"-2130575338",
"Microsoft.SharePoint.SPException"
]
The files are not being deleted or moved from sharepoint.