Case RemoveTag¶ Removes a tag from the case. 1myCase.RemoveTag(tag: string):Case Parameters¶ string tag The name of the tag to remove. Returns¶ The current Case instance. See Also¶ Case