cart
Delete the item from shopping cart
Deletes the item from shopping cart of given customer
delete/api/v1/carts/{customerId}/items/{itemId}
Path parameters
customerIdstring required
Customer Identifier
itemIdstring required
Item (product) Identifier
Response
Accepts the request, regardless of whether the specified item exists in the cart or not.