# Syntax A variable is undefined using the syntax: ``` local undefine NAME ``` # Examples Undefine a variable `ROOT_PATH`: ``` local undefine ROOT_PATH ```