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:
- stagehttps://asia.stage.rubyplay.io/api/v1/campaign/{campaignId}/participant/{externalPlayerId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
-u <username>:<password> \
https://asia.stage.rubyplay.io/api/v1/campaign/123/participant/a1b2c3Response
No content