Drop an existing user-defined function (UDF) environment.
Parameters
Name of the environment to be dropped. Must be an existing environment.
Optional parameters. Allowed keys are:
no_error_if_not_exists – If true and if the environment specified in input parameter environment_name does not exist, no error is returned. If false and if the environment specified in input parameter environment_name does not exist, then an error is returned. Allowed values are:
true
false
The default value is ‘false’.
The default value is an empty dict ( ).
Returns
A dict with the following entries–
Value of input parameter environment_name.
Additional information.