Skip to main content
Version: 5.7.0

SysDeleteQuest

Deletes the specified quest.

ServiceOperation
gamificationSYS_DELETE_QUEST

Method Parameters

ParameterDescription
questIdThe id of the quest to delete
versionThe current revision of the quest. 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
}