diff --git a/docs/yaml/functions/unset_variable.yaml b/docs/yaml/functions/unset_variable.yaml new file mode 100644 index 000000000..6231afe85 --- /dev/null +++ b/docs/yaml/functions/unset_variable.yaml @@ -0,0 +1,11 @@ +name: unset_variable +returns: void +since: 0.60.0 +description: | + Unsets a variable. + Referencing a variable which has been unset is an error until it has been set again. + +posargs: + varname: + type: str + description: The variable to unset.