mimir_forget
Soft-delete stale or incorrect facts by setting archived=1, hiding entities from queries while preserving recoverability and audit trails.
Instructions
Soft-delete an entity by setting archived=1. The entity is hidden from queries but recoverable. Use this to clean up stale or incorrect facts without permanent data loss.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Entity key to archive | |
| reason | No | Reason for archiving, logged for audit trail | |
| category | Yes | Entity category to archive |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Entity key | |
| found | No | Whether the entity was found and archived | |
| category | No | Entity category |