Animate 2020.
document.deleteTaggedSwatchAtIndex(index:int [,palette:int ])
index : It is an integer that speifies the index of the tagged swatch to delete. palette : It is an integer that speifies the index of the tagged swatch palette,default value is 0.It is optional.
Nothing.
Method;delete tagged swatch with given index.
The following example delete the tagged swatch at index 0.
var document = fl.getDocumentDOM();
document.deleteTaggedSwatchAtIndex(0,4);