Delete doc
memory_delete_docDelete a document from memory using its ID or title lookup. Removes the specified doc from the knowledge store.
Instructions
Delete a doc. Same handler as memory(action="delete_doc").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Doc ID or title lookup | |
| project_id | No | Project ID (UUID). | |
| workspace_id | No | Workspace ID (UUID). |