try{ var myRadPat=app.activeDocument.radialRepeatItems.getByName("まんねり"); myRadPat.remove(); }catch(e){ alert("該当する名前のリピートオブジェクトはありません。"); }