in common/http_client/http_client.go [62:65]
func (client *HttpClient) Delete(url string, header http.Header, timeoutMs uint64, params map[string]string) (response *http.Response, err error) { return delete(url, header, timeoutMs, params) }