Skip to content

Delete a document (soft delete)

DELETE
/api/v1/documents/{id}

Moves the document to trash. Hard-delete is not exposed via the API.

id
required
string format: uuid

Deleted document ID

object
id
required
string format: uuid

Not found

object
error
required

Human-readable error message

string