---
title: "Delete coupon"
method: DELETE
path: "/coupons/{id}"
tags: ["Coupons"]
---

# Delete coupon

`DELETE /coupons/{id}`

Use when retiring a coupon (e.g. campaign ended). Returns 200 with success message.

## Path parameters

- `id` string, required

## Response `200`

OK

- object

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found
- `500` — Server error

## Changes

- **2026-05-18** `8ec2edea6b20` — 10 warning
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `401` status
  - removed the optional property `details` from the response with the `403` status
  - removed the optional property `details` from the response with the `404` status
  - …6 more
- **2026-04-06** `95af41a12111` — 10 warning, 20 info
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `error` from the response with the `401` status
  - removed the optional property `error` from the response with the `403` status
  - removed the optional property `error` from the response with the `404` status
  - …26 more

[Change history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/coupons/:id/delete.md)

---

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