delete_entities
Remove user, agent, app, or run records and their associated memories from the Mem0 MCP Server to manage data storage and privacy.
Instructions
Remove a user/agent/app/run record entirely (and cascade-delete its memories).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Delete this user and its memories. | |
| agent_id | No | Delete this agent and its memories. | |
| app_id | No | Delete this app and its memories. | |
| run_id | No | Delete this run and its memories. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |