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’sDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
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

