2023/07/13 - Amazon Connect Service - 2 new api methods
Changes Add support for deleting Queues and Routing Profiles.
Deletes a queue.
See also: AWS API Documentation
Request Syntax
client.delete_queue( InstanceId='string', QueueId='string' )
string
[REQUIRED]
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
string
[REQUIRED]
The identifier for the queue.
None
Deletes a routing profile.
See also: AWS API Documentation
Request Syntax
client.delete_routing_profile( InstanceId='string', RoutingProfileId='string' )
string
[REQUIRED]
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
string
[REQUIRED]
The identifier of the routing profile.
None