v1

latestOpenAPI 3.0.02026-07-145965251.1 KB
Resources

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

datastring[]
responseStatusinteger

Http status code of the response.

Example response

{
  "data": [],
  "responseStatus": 200
}