Deletes the recording configurations of an application.

Usage note

This operation is applicable to the main streaming domains.

QPS limit

A single user can perform a maximum of 50 queries per second (QPS). Throttling is triggered when the number of calls per second exceeds the QPS limit. The throttling may affect your business. Thus, we recommend that you observe the QPS limit on this operation. For more information about what a single user means and the QPS details, see QPS limit on an API operation in ApsaraVideo Live.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DeleteLiveAppRecordConfig

The operation that you want to perform. Set the value to DeleteLiveAppRecordConfig.

AppName String Yes liveApp****

The name of the application to which the live stream belongs.

DomainName String Yes example.com

The main streaming domain.

StreamName String No liveStream****

The name of the live stream.

Response parameters

Parameter Type Example Description
RequestId String 6EBD1AC4-C34D-4AE1-963E-B688A228BE31

The ID of the request.

Examples

Sample requests

http(s)://live.aliyuncs.com/? Action=DeleteLiveAppRecordConfig
&AppName=liveApp****
&DomainName=example.com
&<Common request parameters>

Sample success responses

XML format

<DeleteLiveAppRecordConfigResponse>
      <RequestId>6EBD1AC4-C34D-4AE1-963E-B688A228BE31</RequestId>
</DeleteLiveAppRecordConfigResponse>

JSON format

{
    "RequestId":"6EBD1AC4-C34D-4AE1-963E-B688A228BE31"
}

Error codes

For a list of error codes, visit the API Error Center.