Skip to main content
POST
Mass removal of seats from the hall

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

hall_id
integer<int64>
required

Body

application/json

Schema for deleting a specific list of seats by their IDs.

seat_ids
integer<int64>[]
required

An array of unique identifiers for the seats to be deleted.

Example:

Response

Seats successfully removed