Skip to main content
Version: 5.7.0

SysDeleteMessages

Deletes specified system messages on the server. Note, if a regular message, deletes all references to it.

ServiceOperation
messagingSYS_DELETE_MESSAGES

Method Parameters

ParameterDescription
msgIdsAn array of message ids.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"actual": 1,
"requested": 1
},
"status": 200
}