Remove shopping list items
delete_shopping_list_itemsPermanently remove items from a shopping list using a two-step confirmation to prevent accidental deletions.
Instructions
Removes items from a shopping list for good. To merely tick something off, use update_shopping_list_items with checked=true. Requires confirmation: call once to receive a token, then again with that token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_ids | Yes | Item UUIDs from get_shopping_list | |
| confirm_token | No | Confirmation token from a previous call of this tool with the same arguments. Omit on the first call. |