Delete Delivery Channel
configservice_delete_delivery_channel | R Documentation |
Deletes the delivery channel¶
Description¶
Deletes the delivery channel.
Before you can delete the delivery channel, you must stop the customer
managed configuration recorder. You can use the
stop_configuration_recorder
operation to stop the customer managed
configuration recorder.
Usage¶
configservice_delete_delivery_channel(DeliveryChannelName)
Arguments¶
DeliveryChannelName |
[required] The name of the delivery channel that you want to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_delivery_channel(
DeliveryChannelName = "string"
)