DLApp
There are no services matching that phrase.

/dlapp/delete-folder

HTTP Method
POST
com.liferay.portlet.documentlibrary.service.DLAppServiceUtil#deleteFolder

Deletes the folder with the name in the parent folder and all of its subfolders and file entries.

Parameters

p_auth String

authentication token used to validate the request

repositoryId long

the primary key of the repository

parentFolderId long

the primary key of the folder's parent folder

name java.lang.String

the folder's name

Return Type

void

Exception

com.liferay.portal.kernel.exception.PortalException
if the folder could not be found
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Execute

String long long java.lang.String