Remove-CsOnlineSchedule
Use the Remove-CsOnlineSchedule cmdlet to remove a schedule.
Syntax
Remove-CsOnlineSchedule
-Id <String>
[-Tenant <Guid>]
[-CommonParameters]
Description
The Remove-CsOnlineSchedule cmdlet deletes a schedule that is specified by using the Id parameter.
Examples
-------------------------- Example 1 --------------------------
Remove-CsOnlineSchedule -Id "fa9081d6-b4f3-5c96-baec-0b00077709e5"
This example deletes the schedule that has an Id of fa9081d6-b4f3-5c96-baec-0b00077709e5.
Parameters
-Id
The Id for the schedule 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
System.String
The Remove-CsOnlineSchedule cmdlet accepts a string as the Id parameter.
Outputs
System.Void