backlog_forget
Soft-expire memories to stop recall when knowledge is wrong or obsolete. Optionally garbage-collect already-expired memories.
Instructions
Retract memories — soft-expire them so recall stops returning them (the record stays auditable in the viewer). Use when knowledge is wrong or obsolete and there is no replacement (if there IS a replacement, use backlog_remember with supersedes instead). expired:true garbage-collects already-expired memories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Specific MEMO- ids to forget. | |
| context | No | Forget all memories scoped to this context (e.g. "FLDR-0001"). | |
| layer | No | Forget all memories in a layer. | |
| older_than | No | Forget memories created before this ISO date/datetime. | |
| expired | No | GC mode: hard-delete memories that are already expired. |