---
title: "Delete Promo Code"
method: DELETE
path: "/promo_codes/{id}"
tags: ["Promo Codes"]
---

# Delete Promo Code

`DELETE /promo_codes/{id}`

Archives a promo code so it cannot be used in future checkouts.

## Response `200`

promo code deleted

- object
  - `deleted` boolean, required
  - `id` string, required

## Changes

> 40 revisions in range; 6 could not be searched.

- **2026-08-04** `bdd0e2c70d58` — 1 breaking, 1 warning, 12 info
  - the response's body type/format changed from `boolean`/`` to `object`/`` for status `200`
  - deleted the `path` request parameter `id`
  - api tag `Promo Codes` added
  - api tag `Promo codes` removed
  - …10 more

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

---

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