forget
Delete a specific memory by providing its unique ID. Removes unwanted or outdated memories from persistent storage.
Instructions
Delete a memory by its UUID.
Args:
memory_id: The UUID of the memory to delete.
Returns:
JSON string indicating success or failure.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |