Function clear_script_vars

Source
pub fn clear_script_vars(
    service: &ZapService,
    scriptname: String,
) -> Result<Value, ZapApiError>
Expand description

Clears the variables of the given script. Returns an API error (DOES_NOT_EXIST) if no script with the given name exists.