delete_meal_plan
Remove a planned meal from the household's meal plan. This is a soft delete: the entry stops appearing in list_meal_plans and its date/meal-type slot becomes free again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the meal plan entry to delete (from list_meal_plans) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| title | No | ||
| message | No | ||
| variant | No |