---
title: "Delete a plan"
method: DELETE
path: "/v1/plans/{plan}"
---

# Delete a plan

`DELETE /v1/plans/{plan}`

Deleting plans means new subscribers can’t be added. Existing subscribers aren’t affected.

## Path parameters

- `plan` string, required

## Response `200`

Successful response.

- DeletedPlan
  - `deleted` true, required — Always true for a deleted object
  - `id` string, required — Unique identifier for the object.
  - `object` 'plan', required — String representing the object's type. Objects of the same type share the same value.

## Other responses

- `default` — Error response.

---

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