delete_memory
Permanently delete a memory using its unique ID. Removes outdated or incorrect context stored by the AI agent.
Instructions
Delete memory by its unique ID. PERMANENT deletion.
REQUIRED: 'memory_id' - the UUID of the memory to delete
⚠️ WARNING: This permanently removes the memory and cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | ||
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |