memory_delete
Permanently deletes a single memory by its unique atom_id. Use to forget specific information or correct a stored fact when the user requests it.
Instructions
Permanently delete ONE memory by its atom_id — irreversible, the memory is gone for good. Use only when the user explicitly asks to forget something specific, or to correct a fact you stored wrongly. Get the atom_id from a memory_read result. To clear an entire topic at once, use memory_delete_domain instead. Never delete on your own initiative — require an explicit user request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| atom_id | Yes | The atom_id of the memory to delete (from memory_read results — each item has an id) |