Hello,
I've tried to set up a simple flow.
Starting listing the content of a folder in the SharePoint site, delete the file based on its ID.
When no one is on the file, no problem, it's working.
When someone has opened it, I got the error message "File is locked by the user".
I've tried to add a "Send HTTP Request to SharePoint" with POST method Recycle() or lockedByUser.
This step is passed successfully but the deletion is still not possible.
Do you have any idea on which way I need to investigate ?
Thanks in advance