Footer Section
Explore

Removes the specified applied promotion from the cart matching the cartId path variable.
The reference to the cart or 'active' for the current active cart.
The coupon code to remove from the cart.
The mode to use. 'default' | 'turbo'
The name of the storefront used for the request.
curl --request DELETE \--url https://documentation.conga.com/carts/cartId/promotions/couponCode \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'x-storefront: '
1{2"title": "success",3"status": 200,4"data": true5}