memory_forget
Invalidate a stored fact by its ID to exclude it from future memory searches and grounding, while preserving its history.
Instructions
Invalidate (soft-delete) a fact by its id. The fact is marked invalidated_at = now and won't appear in future memory_search or grounding, but its history is preserved (bi-temporal soft-delete). Use memory_list_facts first to find the id you want to forget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Fact id (from memory_remember response, memory_search result, or memory_list_facts row). |