deleteChannelGroup

Delete a channel group. You must delete the channel group's channels and origin endpoints before you can delete the channel group. If you delete a channel group, you'll lose access to the egress domain and will have to create a new channel group to replace it.

Samples

// Deleting a Channel Group
val resp = mediaPackageV2Client.deleteChannelGroup {
    channelGroupName = "exampleChannelGroup"
}