BONUSCALL_ALEADY_ENDED error.
Request
Endpoint:POST /v1/bonus-call/cancel
Headers
Request body
string
required
The unique identifier of the player.
long
required
The unique identifier of the bonus call to cancel, as returned by the Register Bonus endpoint.
Example request
Bonus lifecycle
A bonus call moves through the following states:
If you attempt to cancel a bonus that has already completed, the API returns an error with the code
BONUSCALL_ALEADY_ENDED.
Response
boolean
true when the bonus was successfully canceled.string
A short confirmation string, typically
"OK".