delete_meal
Remove a meal from your calorie log by providing its ID and expected revision, ensuring only the intended version is deleted and preventing accidental removal of updated records.
Instructions
Soft-delete a meal after checking its expected revision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meal_id | Yes | ||
| expected_revision | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||