Delete shopping list
delete_shopping_listRemove a shopping list and its contents by providing the list ID. Confirmation required: call once to get a token, then call again with that token to complete deletion.
Instructions
Deletes a shopping list and everything on it. Requires confirmation: call once to receive a token, then again with that token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | Shopping list UUID, from list_shopping_lists | |
| confirm_token | No | Confirmation token from a previous call of this tool with the same arguments. Omit on the first call. |