I'd like to delete all symbol instances on a click event, the
sym.getSymbol("SymbolDefinitionName").deleteSymbol();
only works on one symbol, and I've tried combining it with both
sym.getComposition().getSymbols("SymbolDefinitionName");
and
sym.getSymbolElement().children();
any ideas on how to do this would be much appreciated!