delete_memory
Remove a specific memory from an agent's stored history. Only the owning agent can delete its own memories.
Instructions
Delete a specific memory by ID. The agent_id is used as an ownership check —
agents cannot delete each other's memories.
Args:
agent_id: Agent that owns the memory.
memory_id: UUID of the memory to delete (from store_memory or search_memories).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |