delete_memory
Delete specific memories by ID from persistent AI storage with optional agent ownership verification.
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 |