Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DeleteRoomEntities
Delete multiple items from a workspace.
Parameters
Name Type Description

deleteUsersFromEntireWorkspace

Boolean

Default value: TRUE

If set to True, the users will be deleted from the entire workspace

entities

List(PermittedEntityFromUser)

Not null
Default value: new ArrayList<>()

List of entities

Json Format
{
entities: List(
{
address: String,
entityType: EntityType
}),
deleteUsersFromEntireWorkspace: Boolean
}