Delete Entity
Entity Endpoints
Delete Entity
Delete an entity
Delete Entity
Requires the
entities bundle. A project without the entities bundle returns 403 database/tables-not-available. See Bundles.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
string
required
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

