Remove a recipe from a shopping list
remove_recipe_from_shopping_listRemove a recipe’s ingredients from a Mealie shopping list, reducing shared item quantities instead of deleting them entirely.
Instructions
Takes a recipe's ingredients back off a shopping list. Items that were also needed by another recipe on the list stay, with their quantity reduced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe | Yes | Recipe slug (e.g. "quark-bowl") or recipe UUID — both are returned by search_recipes | |
| list_id | Yes | Shopping list UUID, from list_shopping_lists | |
| servings_multiplier | No | How much of the recipe to remove, default 1 |