End seat assignment
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.
/seat-assignments/{id}/endEnd 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.
Path Parameters
uuidResponse Body
application/json
application/json
curl -X POST "https://example.com/seat-assignments/497f6eca-6276-4993-bfeb-53cbbbba6f08/end"{ "id": null, "user_id": null, "provider": "claude", "plan": "string", "effective_from": "2019-08-24T14:15:22Z", "effective_to": "2019-08-24T14:15:22Z"}Delete seat assignment DELETE
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.
List seat prices GET
List configured seat prices for the org. Seats are low-cardinality, so this returns the full set unpaginated.