Skip to main content
Version: 5.7.0

SysDeleteDivisionSetConfig

Deletes the division set configuration uniquely identified by the division set id, with optional, additional enforcement. NOTE: Does NOT delete any division set instance leaderboards that have currently been created, those will expire at the normal time. Does NOT prevent players from posting scores to a division set instance they are already a member of. WILL prevent new players for joining the deleted division set (JoinDivisionSet Tournament service API). WILL prevent users from querying the division info (GetDivisionInfo Tournament service API). WILL prevent Design Portal users from being able to view the rankings of the division set instance leaderboards for the deleted Division Set config.

ServiceOperation
tournamentSYS_DELETE_DIVISION_SET_CONFIG

Method Parameters

ParameterDescription
divSetIdThe division set id uniquely identifying the division set configuration to be deleted.
versionCurrent version number of division set config being deleted. Use -1 to disable version checking.
forceOptional flag, defaults to false. If false, ensures the division set config has no associated, unexpired division set instance leaderboards that still exist (disallows the deletion if so). If true, this checking is not enforced and may result in some limitations.

Usage

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