Delete Cart Items
A shopper can clean up their cart, deleting custom items, promotions, and so on, while the empty cart remains available. The cart id, name, description and any customer associations persist. The shopper can continue to add items to the cart.
DELETE
Cart Items
https://api.moltin.com/v2/carts/:cartID/items
Headers:
Name | Required | Type | Description |
---|---|---|---|
Authorization | Required | string | The Bearer token to grant access to the API. |
204 No Content
curl -X DELETE https://api.moltin.com/v2/carts/:cartID/items \
-H "Authorization: Bearer XXXX"