Skip to main content

Delete a Tax Item

DELETE 

https://useast.api.elasticpath.com/v2/carts/:cartID/items/:cartitemID/taxes/:taxitemID

Use this endpoint to delete a tax item.

Request

Path Parameters

    cartID stringrequired

    The unique identifier of the cart.

    cartitemID stringrequired

    The unique identifier of the cart item.

    taxitemID stringrequired

    The unique identifier of the tax item.

Responses

No Content

Response Headers

    Authorization: http

    name: bearerAuthtype: httpscheme: bearer
    curl -L -X DELETE 'https://useast.api.elasticpath.com/v2/carts/:cartID/items/:cartitemID/taxes/:taxitemID' \
    -H 'Authorization: Bearer <TOKEN>'
    Request Collapse all
    Base URL
    https://useast.api.elasticpath.com
    Auth
    Parameters
    — pathrequired
    — pathrequired
    — pathrequired
    ResponseClear

    Click the Send API Request button above and see the response here!