Skip to main content
Version: 5.7.0

SysDeleteMilestone

Deletes the specified milestone.

ServiceOperation
gamificationSYS_DELETE_MILESTONE

Method Parameters

ParameterDescription
milestoneIdThe id of the milestone to delete
versionThe current revision of the milestone. Use -1 to bypass the version-check.

Usage

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