Requires authentication
Endpoint
Parameters
| Parameter | Type | Description |
|---|---|---|
id | UUID | Document ID |
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Delete a document
DELETE /documents/{id}
| Parameter | Type | Description |
|---|---|---|
id | UUID | Document ID |
{
"success": true,
"data": {
"message": "Document deleted successfully"
}
}
Was this page helpful?