Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DeleteDocumentsSelectionVdr
Files or folders to be deleted from a workspace.
Parameters
Name Type Description

deviceType

DeviceType

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

documentGuids

Set(String)

folderGuids

Set(String)

folderIds

Set(Integer)

folderPaths

Set(String)

forceAction

Boolean

Required
Not null

isPermanent

Boolean

Not null
Default value: FALSE

Flag indicates the file should be deleted permanently (not placed in the Recycle Bin)

message

String

Some operations using this Json support messages left for affected users.

Json Format
{
message: String,
isPermanent: Boolean,
deviceType: DeviceType,
folderPaths: Set(String),
folderIds: Set(Integer),
folderGuids: Set(String),
documentGuids: Set(String),
forceAction: Boolean
}