Delete document
DELETE/api/v2/documents/:id
Delete a document by ID.
Important notes:
- Document is permanently removed
- Cannot be undone
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Request
Responses
- 204
- 401
- 403
- 404
deletes the document
returns unauthorized
returns forbidden
returns not found