delete_document
Delete a document from the PDF search index by specifying its document ID, with mandatory confirmation to prevent unintended data loss.
Instructions
Delete a single document (by document_id) from the index. Destructive. Requires confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true to execute this irreversible/sensitive action. | |
| document_id | Yes | Document ID to delete. |