vectr_forget
Delete working-memory notes by note ID or clear all notes for a workspace. Snapshots are preserved; only active notes are removed.
Instructions
Delete working-memory notes. Pass note_id to delete ONE note — the usual case, when a note is stale or superseded (ids are the [#N] shown by vectr_recall). Pass all=true to irreversibly clear EVERY note for this workspace (e.g. after a large refactor). Calling with no arguments deletes nothing. Snapshots are preserved — only active notes are removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Set true to delete ALL notes for this workspace. Irreversible. | |
| note_id | No | ID of the single note to delete (the [#N] id from vectr_recall) |