Edit

Share via


Remove-CsOnlineApplicationInstanceAssociation

Use the Remove-CsOnlineApplicationInstanceAssociation cmdlet to remove the association between an application instance and the associated application configuration.

Syntax

Default (Default)

Remove-CsOnlineApplicationInstanceAssociation
    -Identities <String[]>
    [-Tenant <Guid>]
    [<CommonParameters>]

Description

Use the Remove-CsOnlineApplicationInstanceAssociation cmdlet to remove the association between an application instance and the associated application configuration.

This is useful when you want to associate this application instance with another application configuration for handling incoming calls.

Examples

Example 1

Remove-CsOnlineApplicationInstanceAssociation -Identities "f7a821dc-2d69-5ae8-8525-bcb4a4556093"

This example removes the configuration association for the application instance that has the identity of "f7a821dc-2d69-5ae8-8525-bcb4a4556093".

Parameters

-Identities

Applicable: Microsoft Teams

The identities for the application instances whose configuration associations are 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

System.String

The Remove-CsOnlineApplicationInstanceAssociation cmdlet accepts a string array as the Identities parameter.

Outputs

Microsoft.Rtc.Management.Hosted.Online.Models.AssociationOperationOutput