Bulk Delete Tax Items from Cart
DELETE
Bulk Delete Tax Items
https://api.moltin.com/v2/carts/:cartID/taxes
Parameters
Path parameters
Name | Required | Type | Description |
---|---|---|---|
cartID | Required | string | The unique identifier of the cart item. |
Headers
Name | Required | Type | Description |
---|---|---|---|
Authorization | Required | string | The Bearer token required to get access to the API. |
Request Example - Curl
curl -X DELETE https://api.moltin.com/v2/carts/:cartID/taxes \
-H "Authorization: Bearer XXXX"
Response Example
204 No Content