delete_memory
Delete a specific memory from the shared memory store using its ID. Helps manage and clean up persistent memories.
Instructions
Delete an existing memory by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | The UUID of the memory to delete | |
| volume_id | No | Volume (project) ID. Uses default if not set. |