Delete Memory
recall_deletePermanently delete a memory by its unique slug. This operation cannot be undone.
Instructions
Permanently delete a memory by name.
Args:
name: the kebab-case slug of the memory to delete
Returns whether a memory was deleted. Deleting a non-existent memory is a safe no-op (returns deleted: false). This action cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Stable kebab-case slug identifying the memory (also its filename) |