Skip to content

Delete Traffic Distribution Group

connect_delete_traffic_distribution_group R Documentation

Deletes a traffic distribution group

Description

Deletes a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created.

For more information about deleting traffic distribution groups, see Delete traffic distribution groups in the Amazon Connect Administrator Guide.

Usage

connect_delete_traffic_distribution_group(TrafficDistributionGroupId)

Arguments

TrafficDistributionGroupId

[required] The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.

Value

An empty list.

Request syntax

svc$delete_traffic_distribution_group(
  TrafficDistributionGroupId = "string"
)