Skip to main content
Version: 6.0.0

SysRemoveCampaignForUser

Removes a player's participation in a specific campaign, deleting their CampaignParticipant record and removing the campaign entry from their profile.

ServiceOperation
campaignSYS_REMOVE_CAMPAIGN_FOR_USER

Method Parameters

ParameterDescription
profileIdThe profile ID of the player to remove the campaign for.
campaignCodeThe campaign code to remove for the player.

Usage

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

Status Codes

CodeNameDescription
40206BILLING_PLAN_INCLUDES_CAMPAIGNBilling plan does not include the Campaign feature.