Delete a content record
DELETE/content/:id
Deletes the content row and its stored object. Refused with 409 while the content is still referenced (for example by a policy). Returns no body.
Request
Responses
- 204
- 400
- 401
- 404
- 409
- 500
Deleted
Invalid content ID
Enterprise ID not found in context
Content not found
Content is referenced and cannot be deleted
Failed to process request