Skip to main content
Version: 5.7.0

SysDeleteMessage

tip

This method is available in Cloud Code scripts only.

Delete the specified message.

ServiceOperation
messagingSYS_DELETE_MESSAGE

Method Parameters

ParameterDescription
msgIdThe id of the message to update.
msgVerThe version of the message.

Usage

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

Status Codes

CodeNameDescription
40601FEATURE_NOT_ENABLEDMessaging feature is not enabled for app.