Remove-CsTeamsShiftsConnectionInstance
This cmdlet deletes a Shifts connection instance.
Syntax
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
The ID of the connection instance that you want to delete.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |