delete_memory
Remove a specific memory by ID when it is outdated, incorrect, or user requests deletion.
Instructions
Remove a specific memory when it is no longer relevant, was stored in error, or user requests deletion.
When to Use
User requests deletion ('Forget what I said about X')
Old version redundant after update
Something stored by mistake
User explicitly asks to 'forget' or 'delete' specific information
Privacy
Honor all deletion requests promptly. User privacy is paramount.
Cleanup Pattern
After post-response storage evaluation, if a memory is found to be:
Redundant with newly updated version
Incorrectly stored
No longer relevant
→ Delete the old/incorrect memory to maintain clean memory store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory ID to delete. |