Skip to content

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 configuration recorder by using the stop_configuration_recorder action.

Usage

configservice_delete_delivery_channel(DeliveryChannelName)

Arguments

DeliveryChannelName

[required] The name of the delivery channel to delete.

Value

An empty list.

Request syntax

svc$delete_delivery_channel(
  DeliveryChannelName = "string"
)