forget_memory
Delete a specific stored memory using its unique id to remove outdated or incorrect information from the memory gate.
Instructions
Delete a stored memory by the id shown in recall_memory output. The full id is safest; an unambiguous prefix of 8+ characters also resolves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The memory id to forget, exactly as recall_memory printed it (or an unambiguous first-8-characters-or-more prefix of it). | |
| scope | No | Optional namespace the memory lives in, e.g. 'amir/greek'. Forget only resolves ids within this scope, so one namespace can't delete another's memory. Omit for the default namespace. Use the same scope you recalled the id from. |