---
title: "Delete a plan price"
method: DELETE
path: "/api/plans/{id}/prices/{priceId}"
tags: ["Plans"]
---

# Delete a plan price

`DELETE /api/plans/{id}/prices/{priceId}`

Remove a price from a plan. Active subscriptions using this price will not be affected.

## Path parameters

- `id` string, required
- `priceId` string, required

## Response `200`

Price deleted

- PlanPriceResponse
  - `id` string, required
  - `planId` string, required
  - `currency` string, required
  - `amount` string, required — Decimal amount as string
  - `isActive` boolean, required
  - `createdAt` string, required
  - `updatedAt` string, required

## Other responses

- `404` — Plan or price not found

---

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