deleteMessages
The deleteMessages
function allows you to delete existing messages.
Syntax
writeResult = bApi.deleteMessages(messageObject[] messages);
Attributes
Name | Type | Required | Description |
---|---|---|---|
id |
string | Yes | The unique id of assigned to the message. You can obtain the id for a message by calling readMessages, or by looking at the footer when viewing the overview page for an individual message in the application. |