Unbinds a Global Accelerator (GA) instance from an acceleration circuit.
Usage notes
After you unbind a GA instance from an acceleration circuit, your stream ingest and pulling are no longer accelerated by the GA instance. The GA instance still exists. If you want to release the GA instance, delete it in the GA console.
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 limits.
Debugging
Request parameters
Parameter |
Type |
Required |
Example |
Description |
Action | String | Yes | DeleteLivePrivateLine | The operation that you want to perform. Set the value to DeleteLivePrivateLine. |
DomainName | String | Yes | demo.aliyundoc.com | The main streaming domain. |
AppName | String | Yes | live | The name of the application. |
StreamName | String | Yes | testStream | The name of the live stream. |
AccelerationType | String | Yes | play | The acceleration type. Valid values:
|
Response parameters
Parameter |
Type |
Example |
Description |
RequestId | String | 7908F2FF-44F8-120F-9FD6-85AE4B6C19EC | The request ID. |
Examples
Sample requests
https://live.aliyuncs.com?Action=DeleteLivePrivateLine&DomainName=demo.aliyundoc.com&AppName=live&StreamName=testStream&AccelerationType=play&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteLivePrivateLineResponse>
<RequestId>7908F2FF-44F8-120F-9FD6-85AE4B6C19EC</RequestId>
</DeleteLivePrivateLineResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "7908F2FF-44F8-120F-9FD6-85AE4B6C19EC"
}
Error codes
For a list of error codes, see Service error codes.