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

# Delete billing coupon

`DELETE /billing/coupons/{billing_id}`

## Path parameters

- `billing_id` string, required

## Response `200`

OK

- object
  - `data` DeleteResponse, required
    - `deleted` boolean — Whether the delete was successful
  - `params` object, required — Input parameters

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

## Changes

> 125 revisions in range; 1 could not be searched.

- **2026-06-22** `e0cc7f8b5c37` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/schematichq/apis/schematic-api/changes/billing/coupons/:billing_id/delete.md)

---

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