---
title: "Delete Plan"
method: DELETE
path: "/plans/{id}"
tags: ["Plans"]
---

# Delete Plan

`DELETE /plans/{id}`

Permanently delete a plan from a product. Existing memberships on this plan will not be affected.

## Response `200`

plan deleted

- boolean — Always true on success.

## Other responses

- `404` — Resource not found

---

[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/3a06a605784b/schema)
