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