delete_wellbeing
Delete a wellbeing entry permanently by providing either its ID or a date within its period; ambiguous matches return candidate IDs for retry.
Instructions
Permanently delete a wellbeing entry.
SELECTOR — pass id if known, or date (any day within the entry's period) to resolve it. Exactly one of id or date required. If date matches more than one entry, the call errors with candidate IDs to retry with.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Wellbeing entry ID to delete. Alternative to date. | |
| date | No | Alternative to id: a date (YYYY-MM-DD) that falls within the entry's period. Resolves only when exactly one entry matches. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Human-readable result text returned by the tool. |