Deletes live stream recording files. You can choose to delete only the recording files or delete both the recording files and the original Object Storage Service (OSS) files.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:DeleteLiveRecordFiles |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RecordIds |
array |
Yes |
The collection of IDs of recording files. |
|
|
string |
No |
The ID of the recording file in the UUID format. |
13cbb83e-043c-4728-ac35-**** |
|
| RemoveFile |
boolean |
No |
Specifies whether to delete the original files in OSS. |
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
Id of the request |
13cbb83e-043c-4728-ac35-***** |
| DeleteFileInfoList |
array<object> |
The list of files deleted. |
|
|
object |
The file deleted. |
||
| Code |
string |
The code that identifies the result of the deletion. |
OK |
| Message |
string |
The result of deletion. |
OK |
| RecordId |
string |
The ID of the deleted recording file. |
13cbb83e-043c-4728-ac35-***** |
| Message |
string |
The description of the state returned. |
OK |
Examples
Success response
JSON format
{
"RequestId": "13cbb83e-043c-4728-ac35-*****",
"DeleteFileInfoList": [
{
"Code": "OK",
"Message": "OK",
"RecordId": "13cbb83e-043c-4728-ac35-*****"
}
],
"Message": "OK"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.