Description: Recording file deletion, supporting batch deletion of up to 100 pieces of data, using the fileId field returned by the recording query interface as the identifier for deletion.
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> |
https://api.onbuka.com/v3/voice/fileDel
Request URL:
https://api.onbuka.com/v3/voice/fileDel
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"fileIdList":[
"1202306165f28a52e95884a7292874660e121db62.wav",
"120230616d44a63d033dc4c84b8c984981af29e82.wav"
]
}
Parameters | Description | Type |
---|---|---|
status |
"0"means successful, others than 0 means failure, seeing Status code description. |
String |
reason |
Failure reason description |
String |
{
"status": "0",
"reason": "success"
}
Feedback
Need help?
Click here and start chatting with us!