Delete document
documents
Delete document
Permanently deletes a document from the workspace. This operation is irreversible.
Authorization: Requires document editor or workspace manager permissions. Warning: This operation will permanently remove the document and its content.
DELETE
Delete document
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$The unique identifier of the workspace Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$The path to the document within the workspace Path pattern supporting slashes, dots, and dashes
Pattern:
^[a-zA-Z0-9_/.-]+$Response
Document deleted successfully