Skip to main content
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 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

entityId
string
required
The UUID of the entity to delete.

Response

Returns 204 No Content on success.

Error Responses

Returned when the entity record exists but could not be deleted (e.g., it was already soft-deleted).