memory_delete_domain
Permanently and irreversibly delete all memories in a domain. Use only when the user explicitly requests wiping an entire topic, e.g., 'forget everything about project X'.
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. |