Name (string): The name of the tag to delete.
Name
Scopable (boolean; optional):
Scopable
true
false
Name (string): The tag's name.
Present (boolean): true if the tag originally existed (and so was deleted), false if there was no such tag.
Present
// Delete the "WithScanner" freeform tag Tagging.Delete(Name: "WithScanner", Scopable: false);
It is not an error if the tag does not exist.
See Tags page for guidance using tags.
The following methods existing in the Agent Tagging module: