You can unregister operators in a group channel but keep them in the channel as members using this API.
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 cancel the registration of all operators and leave them as the members of the channel. When this is set to |
If successful, this action returns an empty response body.
In the case of an error, an error object like below is returned. See the error codes section for more details.