# File lib/restclient.rb, line 68 def self.delete(url, headers={}) Request.execute(:method => :delete, :url => url, :headers => headers) end