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
Example response
{
"id": "clx1234567890",
"planId": "clxplan123",
"currency": "USD",
"amount": "49.9900",
"isActive": true
}