Deletes live stream recordings.
QPS limit
You can call this operation up to 100 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limits.
Debugging
Request parameters
Parameter |
Type |
Required |
Example |
Description |
Action | String | Yes | DeleteLiveStreamRecordIndexFiles | The operation that you want to perform. Set the value to DeleteLiveStreamRecordIndexFiles. |
RecordId.N | String | No | c4d7f0a4-b506-43f9-8de3-07732c3f**** | The ID of the index file. You can specify up to 20 IDs. |
DomainName | String | Yes | example.com | The main streaming domain. |
AppName | String | Yes | liveApp**** | The name of the application to which the live stream belongs. |
StreamName | String | Yes | liveStream**** | The name of the live stream. |
RemoveFile | String | Yes | true | Specifies whether to also delete the corresponding file in Object Storage Service (OSS) at the same time. Valid values:
|
Response parameters
Parameter |
Type |
Example |
Description |
Code | String | OK | The status code. If a status error occurs, refer to the Error codes section. |
Message | String | OK | The status description. If a status error occurs, refer to the Error codes section. |
RecordDeleteInfoList | Array of RecordDeleteInfo | ||
RecordDeleteInfo | |||
Message | String | OK | The processing result of the file indicated by the file ID. Valid values:
|
RecordId | String | c4d7f0a4-b506-43f9-8de3-07732c3f** | The ID of the index file for which the deletion request was initiated. |
RequestId | String | 939D19EE-59A0-18E9-B458-***** | The request ID. |
Examples
Sample requests
http(s)://live.aliyuncs.com/?Action=DeleteLiveStreamRecordIndexFiles
&AppName=liveApp****
&DomainName=example.com
&RecordId.1=c4d7f0a4-b506-43f9-8de3-07732c3f****
&RemoveFile=true
&StreamName=liveStream****
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteLiveStreamRecordIndexFilesResponse>
<Code>OK</Code>
<Message>OK</Message>
<RecordDeleteInfoList>
<Message>OK</Message>
<RecordId>c4d7f0a4-b506-43f9-8de3-07732c3f**</RecordId>
</RecordDeleteInfoList>
<RequestId>939D19EE-59A0-18E9-B458-*****</RequestId>
</DeleteLiveStreamRecordIndexFilesResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"Code" : "OK",
"Message" : "OK",
"RecordDeleteInfoList" : [ {
"Message" : "OK",
"RecordId" : "c4d7f0a4-b506-43f9-8de3-07732c3f**"
} ],
"RequestId" : "939D19EE-59A0-18E9-B458-*****"
}
Error codes
HTTP status code |
Error code |
Error message |
Description |
500 | InternalError | The request processing has failed due to some unknown error. | An internal error occurred. Try again later. If the error persists, submit a ticket. |
For a list of error codes, see Service error codes.