cURL
curl --request DELETE \ --url https://your-engine-url/fm/api/v1/contents/{path} \ --header 'Authorization: <api-key>'
"<any>"
Deletes a file or directory permanently.
No content (nothing is returned)
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Successful Response
The response is of type any.
any