:doc:`CloudTrail <../../cloudtrail>` / Client / delete_channel

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



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

  

  Deletes a channel.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cloudtrail-2013-11-01/DeleteChannel>`_  


  **Request Syntax**
  ::

    response = client.delete_channel(
        Channel='string'
    )
    
  :type Channel: string
  :param Channel: **[REQUIRED]** 

    The ARN or the ``UUID`` value of the channel that you want to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CloudTrail.Client.exceptions.ChannelARNInvalidException`

  
  *   :py:class:`CloudTrail.Client.exceptions.ChannelNotFoundException`

  
  *   :py:class:`CloudTrail.Client.exceptions.OperationNotPermittedException`

  
  *   :py:class:`CloudTrail.Client.exceptions.UnsupportedOperationException`

  