/v4/game/call_cancel
Cancel Bonus-Call
POST
/v4/game/call_start
It cancels the bonus-call in progress. You must use the call_id
returned when the bonus-call starts.
If it cancels a bonus-call for the other agent, the code PERMISSION_ERROR
is returned. If the bonus-call has already ended, the code BONUSCALL_ALEADY_ENDED
is returned.
Headers
Name | Value |
---|---|
Authorization |
|
Content-Type |
|
Accept |
|
Body
Key | Type | Description |
---|---|---|
| integer(64bit) | Unique Bonus-Call ID |
Response
Key | Type | Description |
---|---|---|
| integer(32bit) | Response Code |
| string | Response Message |
Last updated