In Bash, we can set an environment variable for a single command this way:
FOO=bar somecommand
What if we want to unset a variable for a single command?
unix bash environment-variables
bash ×1
environment-variables ×1
unix ×1