Memory Forget
memory_forgetDelete a specific memory entry by providing its UUID. For org-scoped memories, a preview is shown; pass confirm or resolution to proceed or abort.
Instructions
Delete a specific memory entry by its ID. For org-scoped memories, a conflict response is returned with a preview so the user can confirm. Pass confirm=true to skip the preview on retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Deprecated: use `resolution: "confirm"`. Set true to delete immediately. | |
| memory_id | Yes | The UUID of the memory to delete. | |
| resolution | No | Conflict resolution: 'confirm' deletes, 'cancel' aborts. |