:doc:`ConfigService <../../config>` / Client / delete_delivery_channel

***********************
delete_delivery_channel
***********************



.. py:method:: ConfigService.Client.delete_delivery_channel(**kwargs)

  

  Deletes the delivery channel.

   

  Before you can delete the delivery channel, you must stop the customer managed configuration recorder. You can use the  StopConfigurationRecorder operation to stop the customer managed configuration recorder.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteDeliveryChannel>`_  


  **Request Syntax**
  ::

    response = client.delete_delivery_channel(
        DeliveryChannelName='string'
    )
    
  :type DeliveryChannelName: string
  :param DeliveryChannelName: **[REQUIRED]** 

    The name of the delivery channel that you want to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ConfigService.Client.exceptions.NoSuchDeliveryChannelException`

  
  *   :py:class:`ConfigService.Client.exceptions.LastDeliveryChannelDeleteFailedException`

  