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