Skip to main content
Version: 5.7.0

SysDeleteGroupEntity

Delete an entity in the group, bypassing ownership/ACL checks

ServiceOperation
groupSYS_DELETE_GROUP_ENTITY

Method Parameters

ParameterDescription
groupIdID of the group
entityIdID of the entity.
versionThe current version of the group entity (for concurrency checking).

Usage

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