APIPricing
Delete seat assignment
Hard-delete a seat assignment. A live row stops being counted; deleting a scheduled row cancels it and the assignment it superseded resumes for those months.
DELETE
/seat-assignments/{id}Hard-delete a seat assignment. A live row stops being counted; deleting a scheduled row cancels it and the assignment it superseded resumes for those months.
Path Parameters
id*string
Format
uuidResponse Body
application/json
curl -X DELETE "https://example.com/seat-assignments/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
Assign seat POST
Assign a user (or the org default) to a provider subscription plan.
End seat assignment POST
End a seat assignment; only valid while the row is still open. For a live row this stops the seat being counted, effective now. For a not-yet-started (scheduled) row it cancels the schedule and re-extends the assignment it superseded, so the prior plan resumes for the months it would have covered.