Delete Entity
Entity Endpoints
Delete Entity
Delete an entity
DELETE
Delete Entity
Deletes an entity and its associated data. Only the entity’s author, or a request with a service or master key, can delete an entity.
Authentication required.
Deletion behavior depends on your project’s
Returned when the entity record exists but could not be deleted (e.g., it was already soft-deleted).
entityDeletion settings:
- Hard delete (default): The entity and all its files are permanently removed.
- Soft delete: The entity is marked as deleted but retained in the database. File preservation is configurable separately.
Path Parameters
The UUID of the entity to delete.
Response
Returns204 No Content on success.
Error Responses
Not Found — 404
Not Found — 404
Already Deleted — 404
Already Deleted — 404
Unauthorized — 403
Unauthorized — 403

