hello = document.getElementById("Hello") delete hello
//You can't delete / undeclare a variable but you can set it as undefined //EG xyz = undefined;