cURL
curl --request DELETE \ --url https://api.fivemanage.com/api/v3/file/{path} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
Delete a specific file by ID or storage key.
File ID or storage key
OK
"ok"
Was this page helpful?