Delete water entry
nourish_delete_waterDelete a specific water intake record from your hydration log after confirming the deletion request. Requires the entry ID and explicit user confirmation.
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. |