Delete a doc from a workspace
rag_forgetDelete an embedded document by its exact canonical title to clear stale RAG embeddings when a doc is split or retired.
Instructions
Remove the embedded doc whose canonical title matches (extension-insensitive). Used when a doc is split or retired so the stale title leaves no retrievable embedding. Returns {forgotten, title|locations}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Workspace slug | |
| title | Yes | Exact canonical doc title to delete |