Find if object is at a point?

Hello,

I have a set of coordinates.
There is an object at this point.
I want to destroy this object.
How do I do this?

I can’t use Find, because it’s a clone.

You can find if an object is close to a position with Vector3.Distance, another solution would be to use Colliders to detect when object is close