Skip to main content
Version: 5.7.0

SysDeleteGroup

Delete a group, bypassing ownership/ACL checks.

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

ServiceOperation
groupSYS_DELETE_GROUP

Method Parameters

ParameterDescription
groupIdID of the group
versionThe current group version

Usage

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