cart/discount/remove

Remove specific discount codes from cart

Fields

codestring required

The specific discount code to remove from the cart.

Removes a specific discount code from the cart while preserving any other discount codes that may be applied. This action provides granular control over discount management, allowing removal of individual discount codes without clearing all discounts.

Tapcart.action("cart/discount/remove", {
  code: 'APP15'
});