---
title: "Delete a discount"
method: DELETE
path: "/v1/discounts/{discount_id}"
tags: ["Discount codes"]
---

# Delete a discount

`DELETE /v1/discounts/{discount_id}`

Delete a discount. This action is irreversible. The discount will be permanently removed.

## Path parameters

- `discount_id` string, required

## Response `200`

Successfully deleted the given discount

- object
  - `id` string — ID of the deleted discount
  - `object` string
  - `deleted` string — Delete operation successful

## Other responses

- `default` — Error schema

---

[API](https://skmtc.net/tickettailor/apis/ticket-tailor-api.md) · [All operations](https://skmtc.net/tickettailor/apis/ticket-tailor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tickettailor/ticket-tailor-api/revisions/7b222e8ec91c/schema)
