std.ps
unsetenv(name)
name
Remove an environment variable
Removes the variable name from the current process environment. If name does not exist, the call is a no-op. Wraps unsetenv(3).
unsetenv(3)