memory_delete_domain
Delete all memories in a specified domain, permanently removing every memory associated with that topic. Use only on explicit user request to wipe a whole subject area.
Instructions
Permanently delete EVERY memory in one domain — irreversible, and far more destructive than memory_delete. Use only on an explicit user request to wipe a whole topic, e.g. 'forget everything about project X' or 'wipe my benchmark experiments'. First run memory_stats to confirm the exact domain name, then pass it together with confirm=true (a deliberate safety interlock). Never call this speculatively or to 'clean up' on your own — only when the user explicitly asks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain namespace to wipe (e.g., 'project:old', 'experiments-2025'). Must match exactly. | |
| confirm | Yes | Must be exactly true to proceed. Acts as a safety interlock against accidental invocation. |