mediapackagev2 / Client / delete_channel_group

delete_channel_group#

mediapackagev2.Client.delete_channel_group(**kwargs)#

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.

See also: AWS API Documentation

Request Syntax

response = client.delete_channel_group(
    ChannelGroupName='string'
)
Parameters:

ChannelGroupName (string) –

[REQUIRED]

The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • mediapackagev2.Client.exceptions.ThrottlingException

  • mediapackagev2.Client.exceptions.ConflictException

  • mediapackagev2.Client.exceptions.InternalServerException

  • mediapackagev2.Client.exceptions.AccessDeniedException

  • mediapackagev2.Client.exceptions.ValidationException