pub async fn delete( url: &str, query_options: &Vec<(&str, &str)>, bearer_token: &str, timeout_sec: Option<Duration>, ) -> Result<Response, Error>