Deletes a configuration of stream-level region blocking.
Usage notes
You can call this operation to delete a configuration of stream-level region blocking.
QPS limit
You can call this operation up to 50 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.
Request parameters
Parameter | Type | Required | Description |
Action | String | Yes | The operation that you want to perform. Set the value to DeleteLiveStreamBlock. |
DomainName | String | Yes | The streaming domain. |
AppName | String | Yes | The name of the application to which the live stream belongs. |
StreamName | String | Yes | The name of the live stream. |
Response parameters
Parameter | Type | Description |
RequestId | String | The request ID. |
Status | String | The status. A value of ok indicates that the request was successful. A value of fail indicates that the request failed. |
Description | String | The description about the request. If the request was successful, ok is returned. If the request failed, the failure detail is returned. |
Special error codes
Error code | Error message | HTTP status code | Description |
InternalError | The request processing has failed due to some unknown error. | 500 | The error message returned because an unknown error occurred. |
InvalidDomain.NotFound | The domain provided does not exist in our records. | 404 | The error message returned because the domain name is not found within your Alibaba Cloud account. |
InvalidParam | Parameter invalid. | 400 | The error message returned because one or more parameters are invalid. |
Examples
Sample request
https://live.aliyuncs.com?Action=DeleteLiveStreamBlock&DomainName=example.com&AppName=test&StreamName=test&<Common request parameters>
Sample response
{
"RequestId": "0D70427D-91E4-4349-AAD3-5511A5BB823B",
"Status": "ok",
"Description": "ok"
}