Skip to content

Commit 959127f

Browse files
authored
Add documentation for Remove-CsSharedCallHistoryTemplate cmdlet
Adds documentation for the Remove-CsSharedCallHistoryTemplate cmdlet, including its synopsis, syntax, parameters, examples, and related links.
1 parent a28b91b commit 959127f

1 file changed

Lines changed: 91 additions & 0 deletions

File tree

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
applicable: Microsoft Teams
3+
author: tomkau
4+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
5+
Locale: en-US
6+
Module Name: MicrosoftTeams
7+
ms.author: tomkau
8+
ms.reviewer: williamlooney
9+
online version: https://learn.microsoft.com/powershell/module/microsoftteams/Remove-CsSharedCallHistoryTemplate
10+
schema: 2.0.0
11+
title: Remove-CsSharedCallHistoryTemplate
12+
---
13+
14+
# Remove-CsSharedCallHistoryTemplate
15+
16+
## SYNOPSIS
17+
Deletes a Shared Call History template.
18+
19+
## SYNTAX
20+
21+
```
22+
Remove-CsSharedCallHistoryTemplate -Id <String> [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
Use the Remove-CsSharedCallHistoryTemplate cmdlet to delete a Shared Call History template.
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```
32+
Remove-CsSharedCallHistoryTemplate -Id 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01
33+
```
34+
35+
This example deletes the Shared Call History template with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01. If no Shared Call History template exists with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01, then this example generates an error.
36+
37+
## PARAMETERS
38+
39+
### -Id
40+
41+
The Id parameter is the unique identifier assigned to the Shared Call History template.
42+
43+
```yaml
44+
Type: System.String
45+
Parameter Sets: (All)
46+
Aliases:
47+
48+
Required: True
49+
Position: Named
50+
Default value: None
51+
Accept pipeline input: False
52+
Accept wildcard characters: False
53+
```
54+
55+
### CommonParameters
56+
57+
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).
58+
59+
## INPUTS
60+
61+
### None
62+
63+
## OUTPUTS
64+
65+
### Microsoft.Rtc.Management.OAA.Models.AutoAttendant
66+
67+
## NOTES
68+
69+
## RELATED LINKS
70+
71+
[New-CsSharedCallHistoryTemplate](./New-CsSharedCallHistoryTemplate.md)
72+
73+
[Set-CsSharedCallHistoryTemplate](./Set-CsSharedCallHistoryTemplate.md)
74+
75+
[Get-CsSharedCallHistoryTemplate](./Get-CsSharedCallHistoryTemplate.md)
76+
77+
[Get-CsCallQueue](./Get-CsCallQueue.md)
78+
79+
[New-CsCallQueue](./New-CsCallQueue.md)
80+
81+
[Set-CsCallQueue](./Set-CsCallQueue.md)
82+
83+
[Remove-CsCallQueue](./Remove-CsCallQueue.md)
84+
85+
[New-CsAutoAttendant](https://learn.microsoft.com/powershell/module/microsoftteams/new-csautoattendant)
86+
87+
[Get-CsAutoAttendant](https://learn.microsoft.com/powershell/module/microsoftteams/get-csautoattendant)
88+
89+
[Set-CsAutoAttendant](https://learn.microsoft.com/powershell/module/microsoftteams/set-csautoattendant)
90+
91+
[Remove-CsAutoAttendant](https://learn.microsoft.com/powershell/module/microsoftteams/remove-csautoattendant)

0 commit comments

Comments
 (0)