---
title: "Delete a checkout configuration"
method: DELETE
path: "/checkout_configurations/{id}"
tags: ["Checkout Configurations"]
---

# Delete a checkout configuration

`DELETE /checkout_configurations/{id}`

Deletes a checkout configuration so its checkout URL can no longer be used.

## Response `200`

checkout configuration deleted

- object
  - `deleted` boolean, required — Always true.
  - `id` string, required — ID of the deleted checkout configuration.

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

## Changes

- **2026-08-07** `f1020c3ecda4` — 2 info
  - added the optional property `error/code` to the response with the `401` status
  - added the optional property `error/code` to the response with the `404` status
- **2026-08-04** `bdd0e2c70d58` — 1 info
  - the security scope `checkout_configuration:delete` was added to the endpoint's security scheme `bearerAuth`
- **2026-07-26** `60bbb4a6ffbc` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/whop/apis/whop-api/changes/checkout_configurations/: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/9e320991dd2f/schema)
