delete_memory
Delete an unwanted memory by ID to keep stored knowledge accurate. Ownership is verified when an agent ID is supplied, blocking unauthorized removals.
Instructions
Delete a single memory by ID. Ownership is enforced when agent_id is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Agent ID for ownership verification (injected by kernel) | |
| memory_id | Yes | Memory ID to delete | |
| session_key | No | Opaque session identity you declare: a partition hint, not authentication and not a data filter. Selects which no-persist pause applies to this call. Omit to share one bucket with every caller that omits it. Full text on recall. |