Actor not deleting

I want to have an actor destroyed when i press D inside of a hitbox. However, nothing happens. Any ideas?

da767b82e8f44859aeef206a8c90ddcd.png

You are destroying an Component of an Actor, not an Actor itself.

To destroy an Actor, simply use the Destroy node, not DestroyComponent.