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 customer managed configuration recorder. You can use the StopConfigurationRecorder operation to stop the customer managed configuration recorder.

See also: AWS API Documentation

Request Syntax

response = client.delete_delivery_channel(
    DeliveryChannelName='string'
)
Parameters:

DeliveryChannelName (string) –

[REQUIRED]

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

Returns:

None

Exceptions