Skip to main content
DELETE /api/v1/documents/{id} Delete a document and all its associated files (original upload and processed output). This action is permanent and cannot be undone.

Request

Headers

string
required
Bearer token authentication. Example: Bearer YOUR_API_KEY

Path Parameters

string
required
The unique identifier (UUID) of the document to delete

Example Request

Response

string
Success confirmation message

Example Responses

This action is permanent. Deleting a document removes:
  • The original uploaded file
  • The processed output (Markdown or extraction result)
  • All associated metadata
Make sure to download any files you need before deleting.

Bulk Deletion Example