Skip to main content
Version: 5.7.0

DeleteSystemEntity

Method deletes the given system entity on the server.

System entities are entities that can only be deleted via cloudCode, or the brainCloud dashboard. Use them for storing data that the users should not be able to delete.

This method is affected by versioning. See the versioning documentation for more information.

ServiceOperation
entityDELETE

Method Parameters

ParameterDescription
entityIdThe id of the entity to update
versionThe entity's data object. -1 indicates current entity version

Usage

http://localhost:3000
//cloud code only
JSON Response
{
"status": 200,
"data": null
}
Common Error Code

Status Codes

CodeNameDescription
40344ENTITY_VERSION_MISMATCHThe version parameter does not match the current version on the server