Deletes an audio moderation configuration.
Usage notes
- Obtain the main streaming domain, and then call this operation to delete an audio moderation configuration.
- 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 | DeleteLiveAudioAuditConfig | The operation that you want to perform. Set the value to DeleteLiveAudioAuditConfig. |
DomainName | String | Yes | example.com | The main streaming domain. |
AppName | String | Yes | liveApp**** | The name of the application to which the live stream belongs. Note A value of asterisk (*) specifies all applications under the domain name. |
StreamName | String | Yes | liveStream**** | The name of the live stream. Note A value of asterisk (*) specifies all live streams in the application. |
Response parameters
Parameter |
Type |
Example |
Description |
RequestId | String | 16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 | The request ID. |
Examples
Sample requests
http(s)://live.aliyuncs.com/?Action=DeleteLiveAudioAuditConfig
&AppName=liveApp****
&DomainName=example.com
&StreamName=liveStream****
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteLiveAudioAuditConfigResponse>
<RequestId>16A96B9A-F203-4EC5-8E43-CB92E68F4CD8</RequestId>
</DeleteLiveAudioAuditConfigResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"
}
Error codes
For a list of error codes, see Service error codes.