memory_delete
Delete a specific memory by ID to remove stored context, with optional force for fragments or roots and a reason for the tombstone.
Instructions
Delete a memory by id.
Args: memory_id: Memory ID to delete force: If True, allow deleting document fragments/roots. Use memory_delete_document() instead for clean document removal. reason: Optional tombstone reason (default "deleted")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| reason | No | ||
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |