# File lib/twitter/request.rb, line 17
    def self.delete(client, path, options={})
      new(client, :delete, path, options).perform
    end