Skip to content

Commit 2106620

Browse files
Update Remove-CsTagsTemplate.md
1 parent c342d96 commit 2106620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

teams/teams-ps/MicrosoftTeams/Remove-CsTagsTemplate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Deletes a Tag templates from the tenant.
1818

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

2424
## DESCRIPTION
@@ -33,7 +33,7 @@ The Remove-CsTagTemplate cmdlet deletes a Tag template from the tenant.
3333

3434
## PARAMETERS
3535

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

3939
```yaml

0 commit comments

Comments
 (0)