Remove-CsAutoAttendant
Use the Remove-CsAutoAttendant cmdlet to delete an Auto Attendant (AA).
Note
Remove any associated resource accounts with Remove-CsOnlineApplicationInstanceAssociation before attempting to delete the Auto Attendant (AA).
Syntax
Remove-CsAutoAttendant
-Identity <String>
[-Tenant <Guid>]
[<CommonParameters>]
Description
The Remove-CsAutoAttendant cmdlet deletes an AA that is specified by the Identity parameter.
Examples
-------------------------- Example 1 --------------------------
Remove-CsAutoAttendant -Identity "fa9081d6-b4f3-5c96-baec-0b00077709e5"
This example deletes the AA that has an identity of fa9081d6-b4f3-5c96-baec-0b00077709e5.
Parameters
-Identity
The identity for the AA to be removed.
Type: | System.String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-Tenant
Type: | System.Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
Inputs
String
The Remove-CsAutoAttendant cmdlet accepts a string as the Identity parameter.
Outputs
None