Delete A Cart Or A Cart Item
Delete a Cart
DELETE
https://graph.whisk.com/v1/:cart_id
Delete a cart, along with all of its cart items.
Path Parameters
Name | Type | Description |
---|---|---|
cart_id | string | Unique cart identifier |
Sample Request
Delete a Cart Item
DELETE
https://graph.whisk.com/v1/:cart_id/items/:item_id
Delete a single item from a cart.
Path Parameters
Name | Type | Description |
---|---|---|
cart_id | string | Unique cart identifier |
item_id | string | Unique cart item identifier |
Sample Request
Last updated