Skip to content

Commit 8344f52

Browse files
authored
Update and rename Remove-CsTagTemplate.md to Remove-CsTagsTemplate.md
1 parent f2c53d1 commit 8344f52

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

teams/teams-ps/MicrosoftTeams/Remove-CsTagTemplate.md renamed to teams/teams-ps/MicrosoftTeams/Remove-CsTagsTemplate.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Locale: en-US
66
manager: bulenteg
77
Module Name: MicrosoftTeams
88
ms.author: tomkau
9-
online version: https://learn.microsoft.com/powershell/module/microsoftteams/remove-cstagtemplate
9+
online version: https://learn.microsoft.com/powershell/module/microsoftteams/remove-cstagstemplate
1010
schema: 2.0.0
11-
title: Remove-CsTagTemplate
11+
title: Remove-CsTagsTemplate
1212
---
1313

1414
# Remove-CsTagTemplate
@@ -18,11 +18,11 @@ Deletes a Tag templates from the tenant.
1818

1919
## SYNTAX
2020
```
21-
Remove-CsTagTemplate -Identity <String> [-Tenant <Guid>] [<CommonParameters>]
21+
Remove-CsTagsTemplate -Id <String> [-Tenant <Guid>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
25-
The Remove-CsTagTemplate cmdlet deletes a Tag template from the tenant.
25+
The Remove-CsTagsTemplate cmdlet deletes a Tag template from the tenant.
2626

2727
> [!CAUTION]
2828
> This cmdlet will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
@@ -33,8 +33,8 @@ The Remove-CsTagTemplate cmdlet deletes a Tag template from the tenant.
3333

3434
## PARAMETERS
3535

36-
### -Identity
37-
The unique identifier for the Tag template. This can be retrieved using the [Get-CsTagTemplate](Get-CsTagTemplate.md) cmdlet.
36+
### -Id
37+
The unique identifier for the Tag template. This can be retrieved using the [Get-CsTagsTemplate](Get-CsTagsTemplate.md) cmdlet.
3838

3939
```yaml
4040
Type: String
@@ -76,10 +76,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7676
7777
## RELATED LINKS
7878
79-
[New-CsTagTemplate](New-CsTagTemplate.md)
79+
[New-CsTagsTemplate](New-CsTagsTemplate.md)
8080
81-
[Get-CsTagTemplate](Get-CsTagTemplate.md)
81+
[Get-CsTagsTemplate](Get-CsTagsTemplate.md)
8282
83-
[Set-CsTagTemplate](Set-CsTagTemplate.md)
83+
[Set-CsTagsTemplate](Set-CsTagsTemplate.md)
8484
8585
[New-CsTag](New-CsTag.md)

0 commit comments

Comments
 (0)