Syntax
unsetenv( string env1 [, env2, …+ )
Description
The policyunsetenv procedure removes the named environment variable from the policy server.
Example
The following example deletes the PAGER and EDITOR environment variables from the policy server.
policyunsetenv("PAGER", "EDITOR");