# File lib/flukso/http_auth.rb, line 50
    def delete(uri, body={}, headers={})
      self.class.delete(uri, :body => body, :headers => add_auth_header(headers))
    end