Not sure there's a command to disable just one object from an entire event group. You may instead need to make the events in said group check for another condition which you can use to moderate objects. Something like a boolean or number variable.
So e.g.
If sprite does X + sprite's boolean is true --> do action
This way you can set the sprite's boolean to false and it will be excluded from the action.