Deletes the configuration of snapshot callbacks.

QPS limit

You can call this operation up to 30 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 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 DeleteLiveSnapshotNotifyConfig

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

DomainName String Yes www.yourdomain***.com

The main streaming domain.

Response parameters

Parameter Type Example Description
RequestId String 32A96B9A-F203-4EC5-8E43-CB92E68F4I79E

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DeleteLiveSnapshotNotifyConfig
&DomainName=www.yourdomain***.com
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DeleteLiveSnapshotNotifyConfigResponse>
    <RequestId>32A96B9A-F203-4EC5-8E43-CB92E68F4I79E</RequestId>
</DeleteLiveSnapshotNotifyConfigResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "32A96B9A-F203-4EC5-8E43-CB92E68F4I79E"
}

Error codes

For a list of error codes, see Service error codes.