Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DeleteFolder
Delete folder and all its contents from a workspace.
Parameters
Name Type Description

deviceType

DeviceType

The device type

Possible values: [SALESFORCE_PLUGIN, GOOGLE_DRIVE, BROWSER, SRE, CMIS, CIFS, MAC, UPLOADER, OFFICE_ONLINE, SHAREPOINT, ANDROID_APP, ONE_DRIVE, BLACKBERRY_APP, SDK, WINDOWS_PLUGIN, IOS_APP, SYNC, CHROME_EXTENSION].

folderGuid

String

Guid of the folder to delete

folderId

Integer

Id of the folder to delete

path

String

Path of the folder to delete

Json Format
{
path: String,
folderId: Integer,
folderGuid: String,
deviceType: DeviceType
}