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