---
title: "Delete an offering discount from a coupon"
method: DELETE
path: "/shop/coupons/{couponId}/offering-discounts/{offeringDiscountId}"
tags: ["Coupons"]
---

# Delete an offering discount from a coupon

`DELETE /shop/coupons/{couponId}/offering-discounts/{offeringDiscountId}`

Removes an offering-discount association from a `Coupon`. The
coupon itself is unaffected — only the discount on the specified
offering is removed. Requires the `SETTINGS_MANAGE` permission on
the coupon's site.

## Response `204`

Offering discount removed successfully.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
