system.tag.removeTags

Description

Removes multiple tags from Ignition with a single call.

Syntax

system.tag. removeTags( tagPaths )

  • Parameters

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.

  • Returns

nothing

  • Scope

All

Code Examples
Code Snippet
 system.tag.removeTags(["Tag1", "Tag2"])