remove_document
Permanently delete specified documents and all associated data after explicit user confirmation. Returns per-document results for deleted, not found, or failed.
Instructions
Permanently delete documents and all associated data. Only invoke when the user explicitly names the documents AND confirms deletion. Returns results — one entry per requested document: { doc_name, status: "deleted" | "not_found" | "failed", error? }. Inspect each entry for per-document failures. This action is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_names | Yes | Array of document names to delete. Each name must be copied verbatim from the `name` field of a browse_documents() or search_documents() response (case-sensitive, include extension). Example: ["Q3 Report.pdf", "draft.pdf"]. Max 10 per call. | |
| folder_id | No |