Skip to main content
Version: 6.0.0

SysLeaveGroupDivisionInstance

Removes a group from a division instance and ensures the division instance is removed from the group's division list. Unlike LeaveGroupDivisionInstance, this sys call does not require the caller to be a member of the group.

ServiceOperation
tournamentSYS_LEAVE_GROUP_DIVISION_INSTANCE

Method Parameters

ParameterDescription
leaderboardIdId of the division leaderboard the group is in.
groupIdThe group id.

Usage

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