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