delete_memory
Permanently delete a specific memory by its ID. Irreversible operation that removes the record from storage, cache, and search index.
Instructions
Permanently remove a memory by ID. Irreversible operation. Removes from storage, cache, and search index. Use deduplicate_memories with dry_run first to preview bulk deletions. Returns: confirmation text. Side effects: deletes memory record, removes from all indexes, invalidates cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | Unique identifier of memory to delete. Obtain from search_memory or get_all_memories. Operation succeeds even if ID not found. |