Delete onPress?

hi,

how can i delete the onpress when pressed? i want the clip not to be clickable once it is clicked


this.img.onPress = function()
   {
    some stuff;
    delete the onpress;
   }

thnx in advance,

grenouille