DeleteClientVariable("name")
Deletes the client variable specified by name. Returns a Boolean TRUE when variable is successfully deleted, even if variable did not previously exist. To test for the existence of a variable, use IsDefined.
See also GetClientVariablesList.
Name of a client variable to be deleted, surrounded by double quotes.
If the client variable specified by name does not exist, an error is returned.