Skip to main content
Version: 5.7.0

DeleteSystemEntity

Method deletes an exisiting system entity on the server.

ServiceOperation
globalEntityDELETE_SYSTEM_ENTITY

Method Parameters

ParameterDescription
entityIdThe id of the entity to update.
versionThe version of the entity to update. Use -1 to indicate the newest version.

Usage

http://localhost:3000
// S2S call: to view example, switch to the Cloud Code or Raw tab.
JSON Response
{
"data": {
"response": {
"data": null,
"status": 200
},
"success": true
},
"status": 200
}