Skip to main content
Version: 5.7.0

SysDeleteTournamentTemplate

Deletes the tournament template identified by the tournament code.

ServiceOperation
tournamentSYS_DELETE_TOURNAMENT_TEMPLATE

Method Parameters

ParameterDescription
tournamentCodeThe tournament code uniquely identifying the tournament template to be deleted.
versionIdVersion of the tournament, use -1 for the latest version.

Usage

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