v2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-02-16143114179.4 KB
Plans

Delete a plan price

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

delete/api/plans/{id}/prices/{priceId}

Path parameters

idstring required

Plan ID

priceIdstring required

Price ID

Response

Price deleted

idstring required
planIdstring required
currencystring required
amountstring required

Decimal amount as string

isActiveboolean required
createdAtstring required
updatedAtstring required

Example response

{
  "id": "clx1234567890",
  "planId": "clxplan123",
  "currency": "USD",
  "amount": "49.9900",
  "isActive": true
}