Delete a Tax Item

Delete by ID

DELETE https://api.moltin.com/v2/carts/:cartID/items/:itemID/taxes/:id

Path Parameters

NameTypeDescription

id

string

The ID for the Tax Item to delete

Headers

NameTypeDescription

Authorization

string

The Bearer token to grant access to the API

curl -X DELETE https://api.moltin.com/v2/carts/:cartID/items/:itemID/taxes/:taxItemID \
     -H "Authorization: Bearer XXXX"

Last updated