---
title: "Remove coupon from cart"
method: DELETE
path: "/coupon"
tags: ["coupons"]
---

# Remove coupon from cart

`DELETE /coupon`

Removes a coupon from the cart.

## Request body

- object
  - `coupon` string, required — Coupon code to remove.

## Response `200`

Coupon removed successfully.

- CouponRemovedResponse
  - `message` string
  - `coupon` string
  - `response` boolean

## Other responses

- `404` — Coupon does not exist in the cart.

---

[API](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication.md) · [All operations](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cocartapi/cocart-jwt-authentication/revisions/2031b047ca5f/schema)
