[][src]Function zap_api::script::clear_script_vars

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

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