Contents
Partner Programs
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
All Manual Versions
Ignition 8.0
Ignition 7.9
Ignition 7.8
Removes multiple tags from Ignition with a single call.
Permission Type: Tag Editing
Client access to this scripting function is blocked to users that do not meet the role/zone requirements for the above permission type. This function is unaffected when run in the Gateway scope.
system.tag.removeTags(tagPaths)
String[] tagPaths - An array of the paths to the tags 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. Note that an empty path ( ['']
) will remove all tags.
nothing
All
system.tag.removeTags(["Tag1", "Tag2"])