Skip to main content

Remove objects from a channel

Remove a list of assigned objects from a channel.

DELETE https://api-{region}.seatsio.net/events/{eventKey}/channels/{channelKey}/objects

Example request body

{
"objects": ["A-1", "A-2"]
}

The request body should be a JSON object with these properties:

  • objects: the object labels of the objects that need to be removed from this channel. Objects that were previously assigned to this channel and are not in this list, will remain assigned to this channel.

Response

204 - No Content