Remove-CsCallQueue
The Remove-CsCallQueue cmdlet deletes an existing Call Queue.
Remove-CsCallQueue
-Identity <Guid>
[-Tenant <Guid>]
[<CommonParameters>]
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.
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.
PARAMVALUE: Guid
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
PARAMVALUE: Guid
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
Identity
Represents the unique identifier of a Call Queue.
Microsoft.Rtc.Management.Hosted.CallQueue.Models.CallQueue