Unregister operators from a channel by a custom channel type
This API cancels the registration of operators in channels with a specified custom channel type. Operators aren't removed and are still included in the channels as users.
HTTP Request
Parameters
The following table lists the parameters that this action supports.
Required
Parameter name | Type | Description |
---|---|---|
custom_type | string | Specifies a custom channel type. |
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 |
Response
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.