---
title: "Delete specific cart applied offer"
method: DELETE
path: "/v1/shoppers/me/carts/active/applied-offers/{offerId}"
tags: ["Cart Offers"]
---

# Delete specific cart applied offer

`DELETE /v1/shoppers/me/carts/active/applied-offers/{offerId}`

Delete the specific offer applied to the customer's cart. If the offer type of the specific offer is bundle, the line item group will be break and the line item may be removed base on the bundle type.

## Path parameters

- `offerId` string, required

## Query parameters

- `token` string

## Response `204`

Successful response.

## Other responses

- `404` — * resource-not-found
- `409` — * vat-exemption-failure

---

[API](https://skmtc.net/digitalriver/apis/commerce-api-suite-shopper-apis.md) · [All operations](https://skmtc.net/digitalriver/apis/commerce-api-suite-shopper-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/commerce-api-suite-shopper-apis/revisions/4b69392f93b9/schema)
