You can invoke DeleteAudioFile to delete the audio file associated with a specified audio resource ID under a specified instance.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
Instance ID. |
ccc-test |
| AudioResourceId |
string |
Yes |
Audio resource ID, which is the UUID of the audio file. |
d5cd7a94-3b6a-47d2-b7fd-0b1cd839bf77 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
HTTP status code. |
200 |
| Code |
string |
Response code. |
OK |
| Message |
string |
Response message. |
无 |
| Data |
string |
Data. |
无 |
| RequestId |
string |
Request ID. |
FB77821C-912F-57FF-8834-6336A6479093 |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"Code": "OK",
"Message": "无",
"Data": "无",
"RequestId": "FB77821C-912F-57FF-8834-6336A6479093"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | NotExists.InstanceId | The specified instance %s does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
该文章对您有帮助吗?