Delete Document
Permanently delete a document and all associated extractions. This action is irreversible and removes the document from any cases it belongs to.
DELETE
/v1/documents/:idPath parameters
| Parameter | Type | Description |
|---|---|---|
| id | string | The document ID to delete |
Example
curl -X DELETE https://api.talonic.com/v1/documents/doc_xyz789 \
-H "Authorization: Bearer tlnc_sk_live_7f3a...x9k2"Side effects
Deleting a document removes all associated extractions and their per-cell provenance data. If the document was part of a case, the case is recalculated. Active jobs for this document are cancelled. Webhooks fire a document.deleted event.