Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DeleteRoom
Delete workspace.
Parameters
Name Type Description

isPermanent

Boolean

Not null
Default value: FALSE

Flag indicating workspace is to be deleted permanently (not placed in the Recycle Bin)

roomGuid

String

Workspace guid

roomId

Integer

Workspace id

Json Format
{
roomId: Integer,
roomGuid: String,
isPermanent: Boolean
}