Contents
Delete document
Deletes document.
Role
Administrator
Normal User
Method
DELETE
URL
/api/v2/documents/:documentId
URL parameters
| Parameter Name | Type | Description |
|---|---|---|
| documentId | string | Document ID |
Response example
Response Body
{
"id": "019b4e27b88b7cc4ae16d72c3de62299",
"projectId": 17,
"title": "Document Title",
"json": null,
"plain": null,
"statusId": 1,
"emoji": "👍",
"createdUserId": 2,
"created": "2025-12-24T02:19:42Z",
"updatedUserId": 2,
"updated": "2025-12-24T02:19:42Z"
}