DLApp
Não há nenhum serviço que combina essa frase.

/role/delete-role

Método do HTTP
POST
com.liferay.portal.service.RoleServiceUtil#deleteRole

Deletes the role with the primary key and its associated permissions.

Parâmetros

p_auth String

authentication token used to validate the request

roleId long

the primary key of the role

Tipo do retorno

void

Exceção

com.liferay.portal.kernel.exception.PortalException
if the user did not have permission to delete the role, if a role with the primary key could not be found, if the role is a default system role, or if the role's resource could not be found
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred