ConfigService / Client / delete_delivery_channel
delete_delivery_channel#
- ConfigService.Client.delete_delivery_channel(**kwargs)#
- Deletes the delivery channel. - Before you can delete the delivery channel, you must stop the configuration recorder by using the StopConfigurationRecorder action. - See also: AWS API Documentation - Request Syntax- response = client.delete_delivery_channel( DeliveryChannelName='string' ) - Parameters:
- DeliveryChannelName (string) – - [REQUIRED] - The name of the delivery channel to delete. 
- Returns:
- None 
 - Exceptions- ConfigService.Client.exceptions.NoSuchDeliveryChannelException
- ConfigService.Client.exceptions.LastDeliveryChannelDeleteFailedException