forget_memory
Delete a specific memory from your wiki, removing its knowledge-graph links and recording the deletion as a commit to preserve history for potential restoration.
Instructions
Delete one memory from the user's wiki (recorded as a delete commit).
Only call this when the user explicitly asks to forget or delete a memory. The memory's knowledge-graph links are removed with it. The deletion is a commit, so the page stays in history and can be restored with mind_revert.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Optional mind branch to forget on (default "main"). | |
| memory_id | Yes | The memory's id, as returned by memorize/recall/list_memories. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||