Skip to main content
Version: 6.0.0

SysLeaveGroupTournament

Removes a group from a group tournament. Unlike LeaveGroupTournament, this sys call does not require the caller to be a member of the group. Note: for division set leaderboards, use SysLeaveGroupDivisionInstance instead.

ServiceOperation
tournamentSYS_LEAVE_GROUP_TOURNAMENT

Method Parameters

ParameterDescription
leaderboardIdThe leaderboard for the group tournament.
groupIdMember's 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
}