system.tag.removeTag
Description
Removes a tag from Ignition.
Syntax
system.tag. removeTag( tagPath )
-
Parameters
String tagPath - The path to the tag you want to remove. Note: you can specify the tag provider name in square brackets at the beginning of the parentPath string. Example: "[myTagProvider]MyTagsFolder". If the tag provider name is left off then the project default provider will be used.
-
Returns
nothing
-
Scope
All
Code Examples
Code Snippet
system.tag.removeTag(
"Tag1"
)