Delete a seat assignment
Requires the SEAT_ASSIGNMENT.DELETE permission.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
version
version
resourceId
The ID of the resource to be requested.
Headers
x-platform-id
Platform ID.
Response
OK
object_type
id
status
Derived from start_at/end_at at read time: SCHEDULED before start_at, ACTIVE while occupied, ENDED after end_at.
parent_customer_id
The ID of the parent customer the seat is held under.
customer_id
The ID of the processing-only child customer occupying the seat.
product_item_id
The ID of the PER_SEAT product item, i.e. the seat type.
start_at
end_at
Must be strictly after start_at; a seat occupied for zero time is not an occupancy. Clearing it re-opens the seat.
created_at
updated_at
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error