Delete water entry
nourish_delete_waterDelete a specific water intake record by its entry ID, requiring explicit user confirmation to prevent accidental data loss.
Instructions
Delete a single local hydration entry by id after explicit user intent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Hydration entry id (e.g. water_<uuid>). | |
| response_format | No | json | |
| explicit_user_intent | No | Pass true only after the user explicitly asked to save, log, set, or delete this personal nutrition data. |