Skip to main content

Delete Custom Discount From Cart

DELETE 

/v2/carts/:cartID/custom-discounts/:customdiscountID

Use this endpoint to delete custom discount from cart.

Request

Path Parameters

    cartID stringrequired

    Specifies the unique ID for the cart.

    customdiscountID stringrequired

    Specifies the ID for the custom discount to be deleted.

Responses

No Content

Response Headers
    Loading...