How to check if screen clicked anywhere BUT a certain game object

So I have an image object, and I would like to destroy it when it is clicked off of.
I was wondering if it would be possible to make an pointerup event for everything in the the active scenes, except for the image.

I think the simplest way is just to put an interactive Zone behind the image.