delete_documents
Permanently delete documents and all associated data (text chunks, vector embeddings, graph relations). This irreversible action runs in the background; confirm completion via document status or listing.
Instructions
DESTRUCTIVE: permanently deletes documents and all their associated data (status, text chunks, vector embeddings, related graph data). This cannot be undone. Runs in the background; use get_track_status or list_documents afterward to confirm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_ids | Yes | IDs of the documents to delete. | |
| delete_file | No | Also delete the corresponding file from the upload directory. | |
| delete_llm_cache | No | Also delete cached LLM extraction results for these documents. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||