Home > API Center > API interface guide
https://api.itniotech.com/voice/group/call/cancel
| Parameter | Description | Required | Type |
|---|---|---|---|
| taskIdList | Corresponds to the query return parameter taskId (Task ID) | Yes | List<Integer> |
Request URL:
https://api.itniotech.com/voice/group/call/cancel
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"taskIdList": [123, 456]
}
| Parameter | Description | Type |
|---|---|---|
| code | Status code, 0 implies success, other failures please refer to the Response Status Code description | String |
| msg | Description of failure reason | String |
| data | This method returns empty | String |
{
"code": "0",
"msg": "success",
"data": null
}
| code | Status Description |
|---|---|
| 0 | Success |
| -1 | Authentication error |
| -2 | Restricted IP access |
| -16 | Timestamp expires |
| -18 | Port program unusual |
| -20 | Data existing |
| -21 | Data validation exception |
| -22 | Parameter exception |
| -23 | Data caps |
| -24 | Data unexisting |
| -54 | The task you submitted is wrong, please check and submit again! |