Home Support SMS API

Recording File Deletion

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.

Request Parameters Description:

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.onbuka.com/v3/voice/fileDel
                    
                  

Request Sample:

                    
                        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"
                                ]
                            }
                    
                  

Response Parameters Description:

Parameters Description Type

status

"0"means successful, others than 0 means failure, seeing Status code description.

String

reason

Failure reason description

String

Response Sample:

                    
                        {
                            "status": "0",
                            "reason": "success"
                        }
                    
                  
 

Feedback

0/500

Need help?

Click here and start chatting with us!