Delete Document
Documents
Delete Document
Delete a document record and its underlying object storage file
DELETE
Delete Document
Request
Deletion is permanent. The document metadata row is removed, every entity link is detached, and the object-storage bytes are scheduled for deletion within 1 hour. Audit log entries are retained per the workspace’s retention policy.Path Parameters
string
required
Document UUID.
Query Parameters
boolean
default:"false"
When
true, the object storage file is deleted immediately rather than scheduled. Requires the admin:documents permission.Headers
string
Optional UUID. Repeated DELETEs with the same key return the same result without erroring.
Response
On success returns HTTP204 No Content. Standard rate-limit headers and X-Request-ID are present.