remove_from_shopping_list
Remove an unwanted or mistaken item from the shopping list entirely. Use when it's no longer needed, not for purchased items.
Instructions
Take a row off the shopping list entirely.
For something added by mistake or no longer needed. If it was bought, prefer check_off_shopping_item (and add_stock), which leaves a record that the trip covered it.
Args: item: Product name or note text, as shown by list_shopping_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes |