---
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

---

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