v1

latestOpenAPI 3.0.1Apache 2.02026-08-063494581.6 MB
esper_cloud_api_Content

Delete Content

Permanently deletes a content item from the enterprise's Content Management library by content_id. This action is irreversible — the file and its metadata are removed immediately and cannot be recovered.

Common Use Cases

Removing outdated or superseded files from the content library Cleaning up test or temporary files uploaded during development Maintaining a tidy library by removing content that is no longer referenced in any active device operations

Best Practices

Confirm the correct content_id using GET /v0/enterprise/{enterprise_id}/content/{content_id}/ before deleting — this action cannot be undone Verify the file is not actively referenced in any pending or scheduled device push operations before deleting to avoid broken references Use GET /v0/enterprise/{enterprise_id}/content/ to audit the library and identify candidates for deletion

delete/v0/enterprise/{enterprise_id}/content/{content_id}/

Path parameters

content_idstring uuid required

A UUID string identifying a content instance.

enterprise_idstring required

A UUID string identifying enterprise.

Response

The resource was deleted successfully.