---
title: "Delete Coupon"
method: DELETE
path: "/v1/coupons/{coupon_id}"
tags: ["Coupons"]
---

# Delete Coupon

`DELETE /v1/coupons/{coupon_id}`

Deletes a coupon.

## Path parameters

- `coupon_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aghanim/aghanim-server-to-server-api/versions/f8569ba0d776/schema)
