Remove-CsCallQueue

The Remove-CsCallQueue cmdlet deletes an existing Call Queue.

Syntax

Remove-CsCallQueue
      -Identity <Guid>
      [-Tenant <Guid>]
      [<CommonParameters>]

Description

The Remove-CsCallQueue cmdlet deletes an existing Call Queue specified by the Identity parameter. The removal will fail if there are any ApplicationInstances still associated with the Call Queue.

Examples

-------------------------- Example 1 --------------------------

Remove-CsCallQueue -Identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01

This example removes the Call Queue with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01. If no Call Queue exists with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01, then this example generates an error.

Parameters

-Identity

PARAMVALUE: Guid

Type:Guid
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-Tenant

PARAMVALUE: Guid

Type:Guid
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

Inputs

Identity

Represents the unique identifier of a Call Queue.

Outputs

Microsoft.Rtc.Management.Hosted.CallQueue.Models.CallQueue