Deletes one or more seats from a hall. This endpoint supports two modes of operation based on the request body:
seat_ids.delete_all: true flag. This is a destructive operation.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Schema for deleting a specific list of seats by their IDs.
An array of unique identifiers for the seats to be deleted.
[101, 102, 105]Seats successfully removed