remove_meal
Remove a selected meal from the school lunch shopping cart by setting its quantity to zero, using delivery date and menu line ID.
Instructions
Remove a meal from the shopping cart (set quantity to 0).
Args:
serve_date: Delivery date in YYYY-MM-DD format
menu_line_id: Menu line ID (8=GS1, 9=GS2, 10=GS3)
profile: Profile name (e.g. "child1"). Optional if only one profile is configured.
menu_group_id: Menu group ID (default "2")
Returns:
Confirmation that the meal was removed from cart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | ||
| serve_date | Yes | ||
| menu_line_id | Yes | ||
| menu_group_id | No | 2 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |