---
title: "Delete a pricing plan"
method: DELETE
path: "/v1/pricing-plans/{id}"
tags: ["Pricing Plans"]
---

# Delete a pricing plan

`DELETE /v1/pricing-plans/{id}`

Soft-delete a pricing plan by deactivating it.

> **Requires a secret key (`sk_*`) with the `ADMIN` role.**

The plan is preserved for historical charges but will no longer be used
for new usage events. You can reactivate it by updating `isActive` to `true`.

## Path parameters

- `id` string, required

## Response `204`

Pricing plan deleted

- unknown

## Other responses

- `401` — Unauthorized
- `404` — Pricing plan not found

---

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