MediaPackage / Client / delete_channel
delete_channel#
- MediaPackage.Client.delete_channel(**kwargs)#
Deletes an existing Channel.
See also: AWS API Documentation
Request Syntax
response = client.delete_channel( Id='string' )
- Parameters:
Id (string) – [REQUIRED] The ID of the Channel to delete.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) – The Channel has been deleted.
Exceptions