Batch Deletion of Recording Files
https://api.itniotech.com/voice/fileDel
Parameters | Description | Required | Type |
---|---|---|---|
fileIdList | Array, storing fileId. The fileId can be found in the fileId field of the recording query interface. | Yes | List<String> |
Request URL:
https://api.itniotech.com/voice/fileDel
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"fileIdList" :["xxx","xxx"]
}
Parameters | Description | Type |
---|---|---|
status | "0"means successful, others than 0 means failure, seeing Status Code description. | String |
reason | Failure reason description | String |
data | null | null |
status | Description |
---|---|
0 | success |
-1 | Authentication error |
-16 | Timestamp expires |
-18 | Port program unusual |
-20 | Data existing |
-21 | Data validation exception |
-22 | Parameter exception |
-23 | Data caps |
-24 | Data unexisting |