Delete Document
DELETE/external/v1/projects/:projectId/documents/:documentId
Permanently deletes a processed document from the given project.
Recommended after downloading the result when handling sensitive data.
Request
Responses
- 200
- 401
- 403
- 404
Document deleted
Missing or invalid API key / credentials.
Often an empty body. Some auth failures return application/problem+json
with type, title, status, and detail (no instance or problemCode).
Project not accessible
Project or document not found