memory_delete
Delete a knowledge item from memory using its ID or title. Optionally cascade to remove related relationships and narrow search by space.
Instructions
Delete a knowledge item from memory by ID or title
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Item UUID to delete (optional if title is provided) | |
| title | No | Item title to search and delete (optional if id is provided) | |
| cascade | No | Also delete related relationships (default: false) | |
| space_id | No | Space UUID to narrow down title search (optional) |