Skip to main content
Version: 5.7.0

SysDeleteLeaderboardConfig

Delete a leaderboard config, with support for tournament leaderboards. Note that a leaderboard configured as a tournament template-only cannot be deleted if any division set configuration is referencing it.

ServiceOperation
leaderboardSYS_DELETE_LEADERBOARD_CONFIG

Method Parameters

ParameterDescription
leaderboardIdThe leaderboard to delete.
forceDeleteFlag indicates whether to force delete leaderboard even if it has a tournament in progress or if it is an ADHOC leaderboard with future scheduled tournament period(s).

Usage

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