Skip to content

Remove Form Folder

Remove a form folder. Requires ADMIN permissions.

Parameters

name * are required parametersdata typedescription
folderId*stringThe unique identifier of the folder to remove

Return Value

json
{
  "statusCode": 201,
  "data": null,
  "message": "Folder removed successfully"
}

Examples

bash
curl -X DELETE "https://app.wombat.software/api/{targetPath}/form-folders/:folderId" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..."

ENDPOINTS

delete/api/{targetPath}/form-folders/:folderId