Delete shopping list
delete_shopping_listDelete a shopping list and all its items. Use after confirming via a confirmation token to complete the 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | No | Present only when entries were dropped to fit the budget. | |
| deleted_list_id | Yes |