How to completely remove/destroy an actor when cursor is clicked on it?

First of all you have to break the hit result. That’s a struct containing tons of great information.

Part of it is “Hit Actor” or “Other Actor”. Those terms are used to describe the same thing around unreal. In this case the actor you clicked on.

Plug that one into the “Object” pin and the result of the cast into “Destroy Actor”.