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

deviceType

DeviceType

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].

documentItemIds

Set(String)

Not null
Default value: new HashSet<>()

The IManage document item id set to delete

folderItemIds

Set(String)

Not null
Default value: new HashSet<>()

The IManage folder item id set to delete

workspaceGuid

String

Required
Not null

Workspace guid

Json Format
{
workspaceGuid: String,
documentItemIds: Set(String),
folderItemIds: Set(String),
deviceType: DeviceType
}