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

# Delete Plan

`DELETE /api/v1/admin/plans/{id}`

## Path parameters

- `id` string, required

## Response `200`

Deleted

- object — Deleted
  - `success` boolean, required
  - `data` unknown, required

## Other responses

- `404` — Plan not found
- `409` — Plan has been ordered (use off-shelf instead) or has licenses

---

[API](https://skmtc.dev/newapi/apis/qn-platform-api.md) · [All operations](https://skmtc.dev/newapi/apis/qn-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newapi/qn-platform-api/revisions/d61f11e363ff/schema)
