# File lib/httparty.rb, line 257 def delete(path, options={}) perform_request Net::HTTP::Delete, path, options end