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
orgId
Organization that owns the document.
documentId
Document to delete.
Headers
X-Account-Id
Account that owns the organization.
Response
Confirms the document was deleted.
success
True when the document was deleted.
documentId
The id of the deleted document.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

