Skip to main content

Mojo function

unsetenv

unsetenv(name: String) -> Bool

Unsets an environment variable.

Args:

  • name (String): The name of the environment variable.

Returns:

True if unsetting the variable succeeded. Otherwise, False is returned.