Delete a memory node
memory_deleteRemove a stored fact permanently by deleting its memory node and all linked edges and index rows. Use this when a memory must be forgotten.
Instructions
Permanently delete one memory node and its incident edges/entity index rows. Use when a fact must be forgotten. Do not use to hide a node while keeping it — there is no soft-delete. Destructive and idempotent: missing ids return deleted=false. Prefer memory_read first to confirm the id. Auth: policy gate; may require HITL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Id of the memory node to delete (from memory_write or memory_read). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||