Hello,
I have to delete a locked file in one of my document libraries on a SharePoint site. I understand this needs to be done with a 'Send HTTP request to SharePoint' action. However, I don't know exactly what to use for the site or for the Uri to get to the file.
Site address: "http://mySite/sites/ThisSite"
Document Library: "docLib"
File path within the library: "folder/myFile.xlsx"
I have tried setting the action's Site Address and Uri to different combinations of the above values, but I am always getting a doc not found error.
Using the above locations, how do I set the Site Address and the Uri in the action to actual get to the file and delete it?