# Delete Plan

**Method:** `DELETE`

**Path:** `/ps/api/v1/public/plans/{plan_id}`

**Category:** Subscriptions - Plans

**Authentication:** Required

## Description

Deletes a subscription plan by its plan ID.


## Path Parameters

- `plan_id` (`string`) **required** — Unique identifier for the subscription plan.

## Responses

- `200` — Plan deleted successfully.
- `404` — 
- `500` — 

---

Reference: https://localhost:3000/api/subscriptions-plans/delete-plan
