If you randomly choose your target point to go to, when the actor reach it, just use this same index to store the actor in a variable, remove the index from the array and then use this variable to destroy the actor.
If you randomly choose your target point to go to, when the actor reach it, just use this same index to store the actor in a variable, remove the index from the array and then use this variable to destroy the actor.