Remove-CsAutoAttendant
Use the Remove-CsAutoAttendant cmdlet to delete an Auto Attendant (AA).
Syntax
Default (Default)
Remove-CsAutoAttendant
-Identity <String>
[-Tenant <Guid>]
[<CommonParameters>]
Description
The Remove-CsAutoAttendant cmdlet deletes an AA that is specified by the Identity parameter.
Note
Remove any associated resource accounts with Remove-CsOnlineApplicationInstanceAssociation before attempting to delete the Auto Attendant (AA).
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
Applicable: Microsoft Teams
The identity for the AA to be removed.
Parameter properties
Type: | System.String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-Tenant
Applicable: Microsoft Teams
Parameter properties
Type: | System.Guid |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
String
The Remove-CsAutoAttendant cmdlet accepts a string as the Identity parameter.