Amazon Connect Service

2023/07/13 - Amazon Connect Service - 2 new api methods

Changes  Add support for deleting Queues and Routing Profiles.

DeleteQueue (new) Link ¶

Deletes a queue.

See also: AWS API Documentation

Request Syntax

client.delete_queue(
    InstanceId='string',
    QueueId='string'
)
type InstanceId

string

param InstanceId

[REQUIRED]

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

type QueueId

string

param QueueId

[REQUIRED]

The identifier for the queue.

returns

None

DeleteRoutingProfile (new) Link ¶

Deletes a routing profile.

See also: AWS API Documentation

Request Syntax

client.delete_routing_profile(
    InstanceId='string',
    RoutingProfileId='string'
)
type InstanceId

string

param InstanceId

[REQUIRED]

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

type RoutingProfileId

string

param RoutingProfileId

[REQUIRED]

The identifier of the routing profile.

returns

None