Skip to main content
Version: 5.7.0

SysDeleteEntity

Advanced version of deleteEntity that bypasses the ACL check. Available from S2S sessions.

ServiceOperation
customEntitySYS_DELETE_ENTITY

Method Parameters

ParameterDescription
entityTypeThe type of custom entity being deleted.
entityIdThe id of custom entity being deleted.
versionVersion of the custom entity being deleted.

Usage

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