delete_recovery_session
Permanently remove a recovery session log entry by specifying its ID or date (with optional category). Irreversible action; confirm the exact session before deletion.
Instructions
Permanently delete a recovery session log entry. This action is irreversible. If the user's intent is ambiguous, ask which session to remove.
SELECTOR — pass id if known, or session_date (+ optional session_category to narrow) to resolve it. Exactly one of id or session_date required. If it matches more than one session, the call errors with candidate IDs to retry with.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Recovery session ID. Alternative to session_date. | |
| session_date | No | Alternative to id: the date (YYYY-MM-DD) the session was logged on. Optionally narrow with session_category. | |
| session_category | No | Optional, narrows session_date to one category when more than one session shares that date. Ignored when id is given. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Human-readable result text returned by the tool. |