# File lib/rhc/rest/client.rb, line 322
      def delete_authorizations
        raise AuthorizationsNotSupported unless supports_sessions?
        api.rest_method('LIST_AUTHORIZATIONS', nil, {:method => :delete})
      end