I've also put code in the server-side that lets me chat to destroy it. I.e:
PHP Code:
function onPlayerChats() {
if (player.account == "fowlplay4") {
if (player.chat == "/destroy") {
destroy();
}
}
}
clearnpcs lets you remove all putnpc2 npcs in the level though.