How to find if the character has equel to or less health to 0 then destroy it?

i cant get this working pls help!

Create a variable to represent health. Then each frame, check to see if the health is <= 0. If true, destroy the actor.

Code Like Me have some excellent tutorials on this ^^ if you want to go more in depth