class Gapic::Rest::ClientStub

def make_delete_request uri:, params: {}, options: {}, method_name: nil

Returns:
  • (Faraday::Response) -

Parameters:
  • options (::Gapic::CallOptions, Hash) -- gapic options to be applied
  • params (Hash) -- query string parameters for the request
  • uri (String) -- uri to send this request to
def make_delete_request uri:, params: {}, options: {}, method_name: nil
  make_http_request :delete, uri: uri, body: nil, params: params, options: options, method_name: method_name
end