Cancel Free Bets
Cancel an active free bet campaign.
POST /free-bets/cancel
POST{provider endpoint}/free-bets/cancel
Cancel a previously created free bet campaign. Any unused free bets in the campaign will be voided immediately.
Request
Headers: X-Server-Authorization: hmac_sha256_hash
{
"walletId": "777casino-platform",
"operatorId": "777casino-uk",
"campaignId": "78481869-ea9d-4143-a629-92322eb5ce4d"
}
Request Parameters
| Field | Type | Description | |
|---|---|---|---|
| walletId | string | required | Platform wallet identifier, provided by NeverEnding |
| operatorId | string | required | Your operator identifier |
| campaignId | string (UUID) | required | The campaign ID as returned by /free-bets/create |
Response
✓ 200 OK
Empty response body. HTTP 200 status indicates successful cancellation.