Skip to content

Commit 1a8cf17

Browse files
authored
Update Remove-CsMainlineAttendantAppointmentBookingFlow.md
1 parent 67ff496 commit 1a8cf17

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,86 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-Help.xml
3+
online version: https://learn.microsoft.com/powershell/module/teams/Remove-CsMainlineAttendantAppointmentBookingFlow
4+
applicable: Microsoft Teams
5+
title: Remove-CsMainlineAttendantAppointmentBookingFlow
6+
schema: 2.0.0
7+
ms.reviewer:
8+
manager: bulenteg
9+
author: tomkau
10+
ms.author: tomkau
11+
ms.reviewer: williamlooney
12+
---
13+
14+
# Remove-CsMainlineAttendantAppointmentBookingFlow
15+
16+
## SYNOPSIS
17+
The Remove-CsMainlineAttendantAppointmentBookingFlow cmdlet deletes an existing Mainline attendant appointment booking flow.
18+
19+
## SYNTAX
20+
21+
```
22+
Remove-CsMainlineAttendantAppointmentBookingFlow -Identity <Guid> [-Tenant <Guid>] [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
The Remove-CsMainlineAttendantAppointmentBookingFlow cmdlet deletes an existing Mainline attendant appointment booking flow.
27+
28+
## EXAMPLES
29+
30+
### -------------------------- Example 1 --------------------------
31+
```
32+
Remove-CsMainlineAttendantAppointmentBookingFlow -Identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01
33+
```
34+
35+
This example removes the Mainline attendant appointment booking flow with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01. If no appointment booking flow exists with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01, then this example generates an error.
36+
37+
## PARAMETERS
38+
39+
### -Identity
40+
PARAMVALUE: Guid
41+
42+
```yaml
43+
Type: Guid
44+
Parameter Sets: (All)
45+
Aliases:
46+
applicable: Microsoft Teams
47+
48+
Required: False
49+
Position: Named
50+
Default value: None
51+
Accept pipeline input: False
52+
Accept wildcard characters: False
53+
```
54+
55+
### -Tenant
56+
PARAMVALUE: Guid
57+
58+
```yaml
59+
Type: Guid
60+
Parameter Sets: (All)
61+
Aliases:
62+
applicable: Microsoft Teams
63+
64+
Required: False
65+
Position: Named
66+
Default value: None
67+
Accept pipeline input: False
68+
Accept wildcard characters: False
69+
```
70+
71+
### CommonParameters
72+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
73+
74+
## INPUTS
75+
76+
### Identity
77+
Represents the unique identifier of a Mainline attendant appointment booking flow.
78+
79+
## OUTPUTS
80+
81+
### Microsoft.Rtc.Management.Hosted.CallQueue.Models.CallQueue
82+
83+
## NOTES
84+
85+
## RELATED LINKS
186

0 commit comments

Comments
 (0)