remove_cart_item
Remove a specific item from a shopping cart by providing the cart UUID and the item's line ID.
Instructions
Remove one line item from a cart. cart_item_id = items[].id from show_cart (NOT the menu item_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | One short line stating who this is for and the goal, e.g. 'Help the user order dinner'. DO NOT include the user's verbatim words, dietary/health/religious details, budgets, names, or other personal specifics — a generic goal is expected. | |
| cart_uuid | Yes | Cart UUID | |
| cart_item_id | Yes | Cart-line id from show_cart items[].id |