Deletes the configuration of callbacks for audio moderation results.
Usage notes
- Obtain the main streaming domain, and then call this operation to delete the configuration of callbacks for audio moderation results.
- Only some live centers support the automated review feature. For more information, see Supported regions.
QPS limit
You can call this operation up to 10 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 | DeleteLiveAudioAuditNotifyConfig | The operation that you want to perform. Set the value to DeleteLiveAudioAuditNotifyConfig. |
DomainName | String | Yes | example.com | The main streaming domain. |
Response parameters
Parameter |
Type |
Example |
Description |
RequestId | String | 7BF95F2A-3B24-4CDE-9346-7F6FA86697A1 | The request ID. |
Examples
Sample requests
http(s)://live.aliyuncs.com/?Action=DeleteLiveAudioAuditNotifyConfig
&DomainName=example.com
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteLiveAudioAuditNotifyConfigResponse>
<RequestId>7BF95F2A-3B24-4CDE-9346-7F6FA86697A1</RequestId>
</DeleteLiveAudioAuditNotifyConfigResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "7BF95F2A-3B24-4CDE-9346-7F6FA86697A1"
}
Error codes
For a list of error codes, see Service error codes.