in httputil/mockclient.go [24:26]
func (client *MockHttpClient) Delete(url string, headers map[string]string, payload []byte) (responseCode int, body []byte, err error) { return client.Deletefunc(url, headers, payload) }