var item=app.activeDocument.pageItems[0]; try{ item.fillColor.spot.remove(); }catch(e){ alert("スポットカラー(特色)がありません。スウォッチパネルで特色を作成してから実行してください"); }