Disassociates a set of queues from a routing profile.
connect_disassociate_routing_profile_queues(InstanceId,
RoutingProfileId, QueueReferences)
An empty list.
[required] The identifier of the Amazon Connect instance.
[required] The identifier of the routing profile.
[required] The queues to disassociate from this routing profile.
svc$disassociate_routing_profile_queues(
InstanceId = "string",
RoutingProfileId = "string",
QueueReferences = list(
list(
QueueId = "string",
Channel = "VOICE"|"CHAT"|"TASK"
)
)
)