Home Keywords Keyword delete Description Delete a declared variable from current scope and free allocated memory. Example int globalScopeVar = 0; delete "globalScopeVar"; # int globalScopeVar no longer exists and no longer uses memory