unset
[options] namesErase definitions of functions or variables listed in names. The Korn shell version supports options.
-f
Unset functions in names.
-n
Unset indirect variable (nameref) name, not the variable the nameref refers to. ksh93 only.
-v
Unset variables names (default). ksh93 only.