mimir_state_delete
Permanently delete a state entry by key to remove expired or unused data.
Instructions
Delete a state entry by key. Permanent removal — unlike mimir_forget which is a soft-delete. Use this to clean up expired or unused state entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | State key to permanently delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Key that was deleted | |
| found | No | Whether the key existed and was deleted |