Unregister operators from an open channel
You can unregister operators in an open channel but keep them in the channel as participants using this API.
HTTP request
Parameters
The following table lists the parameters that this action supports.
Parameters
Required | Type | Description |
---|---|---|
channel_url | string | Specifies the URL of the channel. |
operator_ids[] | array of strings | Specifies an array of one or more operator IDs to unregister from the channel. The operators in this array remain as participants of the channel after losing their operational roles. Urlencoding each operator ID is recommended. An example of a Urlencoded array would be |
Optional | Type | Description |
---|---|---|
delete_all | boolean | Determines whether to unregister all operators and leave them as the participants of the channel. When this is set to |
Responses
If successful, this action returns an empty response body.
Error
In the case of an error, an error object like below is returned. See the error codes section for more details.