Delete water entry
nourish_delete_waterDelete a logged hydration entry by its unique id to remove incorrect or outdated water intake records. Use only after explicit user intent to delete this personal nutrition data.
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. |