Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DeleteNotification
Notification for deleting a user.
Parameters
Name Type Description

all

Boolean

if true all user's notification will be deleted

uuids

Set(String)

Not null
Default value: new HashSet<>()

A Set of notification uuids.

Json Format
{
uuids: Set(String),
all: Boolean
}