v1
latestOpenAPI 3.0.02026-07-135965404.0 KBResources
Delete a Resource
Delete a single file or folder resource. Deleting a folder will also delete all of the contents.
Notes:
- Authenticated user should have delete permission.
- There is no way to un-delete a deleted resource.
delete/resources/{id}
Headers
ev-api-keystring required
API Key required to make the API call.
ev-access-tokenstring required
Access token required to make the API call.
Response
Successful Operation
Example response
{
"responseStatus": 200,
"data": []
}