Skip to content

Commit 497d290

Browse files
authored
Update Remove-CsComplianceRecordingForCallQueueTemplate.md
1 parent 14bc8d0 commit 497d290

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

teams/teams-ps/teams/Remove-CsComplianceRecordingForCallQueueTemplate.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the Remove-CsComplianceRecordingForCallQueueTemplate cmdlet to delete a Comp
1818
## SYNTAX
1919

2020
```powershell
21-
Get-CsComplianceRecordingForCallQueueTemplate [-Id <String>] [<CommonParameters>]
21+
Remove-CsComplianceRecordingForCallQueueTemplate -Id <String> [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -31,17 +31,10 @@ Put description here.
3131

3232
### -------------------------- Example 1 --------------------------
3333
```
34-
Get-CsComplianceRecordingForCallQueueTemplate
34+
Remove-CsComplianceRecordingForCallQueueTemplate -Id 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01
3535
```
3636

37-
This example gets all Call Queues in the organization.
38-
39-
### -------------------------- Example 2 --------------------------
40-
```
41-
Get-CsComplianceRecordingForCallQueueTemplate -Id 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01
42-
```
43-
44-
This example gets the Compliance Recording for Call Queue template with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01. If no Compliance Recording for Call Queue template exists with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01, then this example generates an error.
37+
This example deletes the Compliance Recording for Call Queue template with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01. If no Compliance Recording for Call Queue template exists with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01, then this example generates an error.
4538

4639
## PARAMETERS
4740

0 commit comments

Comments
 (0)