delete_entry
Delete a food diary entry by providing its ID. The entry is moved to trash for recovery before permanent removal.
Instructions
Delete a diary entry. Get the entry_id from get_diary for the same day. A recoverable copy is written to local trash before deleting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | The day the entry is on: 'YYYY-MM-DD', 'today', 'yesterday'. | |
| entry_id | Yes | `entry_id` from get_diary. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||