Deletes the callback configuration for stream ingest under an ingest domain.

Usage note

This operation is applicable to the ingest domains.

QPS limit

A single user can perform a maximum of 15 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 DeleteLiveStreamsNotifyUrlConfig

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

DomainName String Yes demo.aliyundoc.com

The ingest domain.

RegionId String No cn-shanghai

The ID of the region where the domain name resides.

Response parameters

Parameter Type Example Description
RequestId String 40A4F36D-A7CC-473A-88E7-154F92242566

The ID of the request.

Examples

Sample requests

http(s)://live.aliyuncs.com/?Action=DeleteLiveStreamsNotifyUrlConfig
&DomainName=demo.aliyundoc.com
&<Common request parameters>

Sample success responses

XML format

<DeleteLiveStreamsNotifyUrlConfigResponse>
      <RequestId>4C747C97-7ECD-4C61-8A92-67AD806331FF</RequestId>
</DeleteLiveStreamsNotifyUrlConfigResponse>

JSON format

{
    "RequestId":"4C747C97-7ECD-4C61-8A92-67AD806331FF"
}

Error codes

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