Skip to content
Last updated

Remove Player from Campaign

This endpoint allows you to remove a player from a campaign.

A player cannot be removed if any of the following conditions are met:

  • the campaign is ended or disabled
  • the campaign doesn't use PLAYER_LIST strategy.
  • player already started campaign

API Call Sample:

curl -i -X DELETE \
  -u <username>:<password> \
  https://asia.stage.rubyplay.io/api/v1/campaign/123/participant/a1b2c3
Response
No content