/v1/bonus-call/cancel

Cancel or revoke a bonus call

POST /v1/bonus-call/cancel

Cancels an active or reserved bonus call session. This is typically used in error recovery, fraud prevention, or rollback scenarios. The request must include the unique spin ID or user-bonus context.

Headers

Name
Value

Authorization

Bearer <API_TOKEN>

Content-Type

application/json

Accept

application/json

Request Body

Field
Data Type
Meaning
Mandatory

issueId

string

Unique ID for the issued bonus event.

Required

Response

{
  "success": true,
  "message": "OK"
}
Field
Data Type
Meaning

success

boolean

Indicates whether the API call succeeded

message

string

Textual confirmation of the API call

Last updated