Animate 2020.
document.deleteTaggedSwatchByName(name:string)
name:It is a string that indicates the name of the tagged swatch to delete.
Nothing.
Method;delete tagged swatch with given name.
The following example delete the tagged swatch of name "swatch1"
var document = fl.getDocumentDOM();
document.deleteTaggedSwatchByName("swatch1");