DLApp
There are no services matching that phrase.

/layout/delete-layout

HTTP Method
POST
com.liferay.portal.service.LayoutServiceUtil#deleteLayout

Deletes the layout with the primary key, also deleting the layout's child layouts, and associated resources.

Parameters

p_auth String

authentication token used to validate the request

groupId long

the primary key of the group

privateLayout boolean

whether the layout is private to the group

layoutId long

the primary key of the layout

serviceContext com.liferay.portal.service.ServiceContext

the service context

Return Type

void

Exception

com.liferay.portal.kernel.exception.PortalException
if the user did not have permission to delete the layout, if a matching layout could not be found , or if some other portal exception occurred
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Execute

String long
boolean
long