You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Remove-CsTagTemplate cmdlet deletes a Tag template from the tenant.
25
+
The Remove-CsTagsTemplate cmdlet deletes a Tag template from the tenant.
26
26
27
27
> [!CAUTION]
28
28
> 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.
33
33
34
34
## PARAMETERS
35
35
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.
38
38
39
39
```yaml
40
40
Type: String
@@ -76,10 +76,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
0 commit comments