delete_all_memories
Delete all memories for a specific user, agent, or run. Requires explicit scope to prevent accidental data loss.
Instructions
Delete every memory in the given scope. Destructive: requires an explicit user_id, agent_id, or run_id — the default user is never assumed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | Run scope to wipe. | |
| user_id | No | User scope to wipe. | |
| agent_id | No | Agent scope to wipe. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |