delete_memory
Permanently delete a specific memory by its ID. Use when data must be removed forever—for temporary fading, apply reversible archiving instead.
Instructions
Delete a memory by its id (permanent — use forget/apply via the REST API for reversible archiving instead if you just want it to fade, not vanish).
Args: memory_id: The id of the memory to delete (required).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes |