Delete channel group
Delete a channel group.
| Path Parameters |
|---|
sub_key string — REQUIREDYour app's subscribe key from Admin Portal. Example:
|
group_name string — REQUIREDThe group to be deleted. Example:
|
| Query Parameters |
|---|
auth stringString which is either the auth key (Access Manager legacy) or a valid token (Access Manager) used to authorize the operation if access control is enabled. Example:
|
uuid string — REQUIREDA UTF-8 encoded string of up to 92 characters used to identify the client. Example:
|
signature stringSignature used to verify that the request was signed with the secret key associated with the subscriber key. If Access Manager is enabled, either a valid authorization token or a signature are required. See Access Manager documentation for details on how to compute the signature. |
timestamp integerUnix epoch timestamp used as a nonce for signature computation. Must have no more than ± 60 second offset from NTP. Required if |
| Responses | |||||
|---|---|---|---|---|---|
200Channel Group Removed
| |||||
403Channel Groups Multiplexing Flag Disabled Error
| |||||
500Channel Groups Storage Error
| |||||
503Channel Groups Account Configuration Error
|