Graph REST API for Excel - Add support for querying the Excel file status on OneDrive
As Graph API user, I want an API to query the status of the Excel file being edited on OneDrive, so that I am able to delete it once my work is done. For example, we use Graph API to delete the file, but it failed due to “locked”. Another example is that the UsedRange API returns the range which is not updated to the latest.
Refer https://docs.microsoft.com/en-us/graph/api/range-usedrange?view=graph-rest-beta&tabs=cs

1 comment
-
Anonymous commented
I'd like the ability to force delete locked files via MSGraph API