memory_delete
Delete a specific memory by its ID to remove unwanted or outdated entries from persistent storage. Use force only for fragments, and provide a reason to maintain a clean audit trail.
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 |