:doc:`MediaPackage <../../mediapackage>` / Client / delete_channel

**************
delete_channel
**************



.. py:method:: MediaPackage.Client.delete_channel(**kwargs)

  Deletes an existing Channel.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/DeleteChannel>`_  


  **Request Syntax**
  ::

    response = client.delete_channel(
        Id='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** The ID of the Channel to delete.

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* The Channel has been deleted.
  
  **Exceptions**
  
  *   :py:class:`MediaPackage.Client.exceptions.UnprocessableEntityException`

  
  *   :py:class:`MediaPackage.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`MediaPackage.Client.exceptions.ForbiddenException`

  
  *   :py:class:`MediaPackage.Client.exceptions.NotFoundException`

  
  *   :py:class:`MediaPackage.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`MediaPackage.Client.exceptions.TooManyRequestsException`

  