Home > API Center > API interface guide
https://api.itniotech.com/voice/group/call/removeJobNumber
| Parameter | Description | Required | Type |
|---|---|---|---|
| taskId | Audio application ID | Yes | String |
| numberInfoList | Set of numbers | Yes | Array |
Request URL:
https://api.itniotech.com/voice/group/call/removeJobNumber
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
{
"taskId": "5025906",
"numberInfoList": ["461320000007"]
}| Parameter | Description | Type |
|---|---|---|
| status | Status code, 0 for success, others see Response Status Codes | String |
| reason | Failure reason description | String |
| data | This method returns null | String |
{
"status": "0",
"reason": "success",
"data": null
}| status | Description |
|---|---|
| 0 | success |
| -1 | Authentication error |
| -2 | Restricted IP access |
| -10 | The customer's balance is insufficient |
| -16 | Timestamp expires |
| -18 | Port program unusual |
| -22 | Parameter exception |
Feedback
Was this page helpful?