Forget memory
forgetDelete a specific memory by providing its unique ID. Use this to remove outdated or incorrect information from persistent context.
Instructions
Delete a specific memory by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | UUID of the memory to delete (from list_memories or recall). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted | Yes | True when deletion succeeded. | |
| message | Yes | Human-readable confirmation (same as content text). | |
| memory_id | Yes | UUID of the deleted memory. |