Delete seat price
Hard-delete a plan price. A live row's months become unpriced and Subscription Spend recomputes; deleting a scheduled row cancels it and the price it superseded resumes for those months.
/seat-pricing/{id}Hard-delete a plan price. A live row's months become unpriced and Subscription Spend recomputes; deleting a scheduled row cancels it and the price it superseded resumes for those months.
Path Parameters
uuidResponse Body
application/json
curl -X DELETE "https://example.com/seat-pricing/497f6eca-6276-4993-bfeb-53cbbbba6f08"Configure seat price POST
Configure a seat price, closing any prior open row for the same provider/plan.
End seat price POST
End a plan price; only valid while the row is still open. For a live row this closes it effective now. For a not-yet-started (scheduled) row it cancels the schedule and re-extends the price it superseded, so the prior rate resumes for the months the scheduled row would have covered.