123 124 125 126
# File 'lib/keymaker/service.rb', line 123 def delete(url) faraday_response = connection.delete(parse_url(url)) Keymaker::Response.new(self, faraday_response) end