We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c342d96 commit 2106620Copy full SHA for 2106620
teams/teams-ps/MicrosoftTeams/Remove-CsTagsTemplate.md
@@ -18,7 +18,7 @@ Deletes a Tag templates from the tenant.
18
19
## SYNTAX
20
```
21
-Remove-CsTagsTemplate -Identity <String> [-Tenant <Guid>] [<CommonParameters>]
+Remove-CsTagsTemplate -Id <String> [-Tenant <Guid>] [<CommonParameters>]
22
23
24
## DESCRIPTION
@@ -33,7 +33,7 @@ The Remove-CsTagTemplate cmdlet deletes a Tag template from the tenant.
33
34
## PARAMETERS
35
36
-### -Identity
+### -Id
37
The unique identifier for the Tag template. This can be retrieved using the [Get-CsTagsTemplate](Get-CsTagsTemplate.md) cmdlet.
38
39
```yaml
0 commit comments