Skip to main content

Bulk Delete Tax Items from Cart

DELETE 

/v2/carts/:cartID/taxes

Use this endpoint to bulk delete all tax items from all cart items and bundle component products in the cart.

warning

This operation will remove ALL tax items from:

  • All cart items in the cart
  • All bundle component products within bundle cart items

Behavior

  • Removes all tax items from every cart item
  • Removes all tax items from every component product in bundle cart items
  • If no tax items exist anywhere in the cart, returns a 404 error

Errors

404 Not Found

If no tax items exist in the cart (on cart items or component products):

{
"status": 404,
"title": "Resource Not Found",
"detail": "No tax items exist in the cart"
}

Request

Responses

No Content

Response Headers