Delete an organization document

Permanently delete a document. It is also removed from all workspaces. This cannot be undone.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

orgIdstringRequired
Organization that owns the document.
documentIdstringRequired
Document to delete.

Headers

X-Account-IdstringRequired
Account that owns the organization.

Response

Confirms the document was deleted.
successboolean
True when the document was deleted.
documentIdstringformat: "uuid"
The id of the deleted document.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error