Remove-CsTeamsShiftsConnectionInstance
This cmdlet deletes a Shifts connection instance.
Syntax
Default (Default)
Remove-CsTeamsShiftsConnectionInstance
-ConnectorInstanceId <String>
[<CommonParameters>]
Description
This cmdlet deletes a connection instance. All available instances can be found by running Get-CsTeamsShiftsConnectionInstance.
Examples
Example 1
PS C:\> Remove-CsTeamsShiftsConnectionInstance -ConnectorInstanceId WCI-4c231dd2-4451-45bd-8eea-bd68b40bab8b
Deletes the connection instance with ID WCI-4c231dd2-4451-45bd-8eea-bd68b40bab8b
.
Parameters
-ConnectorInstanceId
Applicable: Microsoft Teams
The ID of the connection instance that you want to delete.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
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.