• Deletes a deployed Solution's folder if the folder is empty.

    Parameters

    • solutionIds: string[]
    • folderId: string
    • authentication: UserSession

      Credentials for the request

    Returns Promise<boolean>

    Promise that will resolve if deletion was successful and fail if any part of it failed; if the folder has a non-Solution item, it will not be deleted, but the function will return true