DLApp
No hay servicios que concuerden con ese texto.

/group/delete-group

Método HTTP
POST
com.liferay.portal.service.GroupServiceUtil#deleteGroup

Deletes the group.

The group is unstaged and its assets and resources including layouts, membership requests, subscriptions, teams, blogs, bookmarks, calendar events, image gallery, journals, message boards, polls, shopping related entities, software catalog, and wikis are also deleted.

Parámetros

p_auth String

authentication token used to validate the request

groupId long

the primary key of the group

Tipo de retorno

void

Excepción

com.liferay.portal.kernel.exception.PortalException
if the user did not have permission to delete the group or its assets or resources, if a group with the primary key could not be found, or if the group was a system group
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred