Detaches a Global Accelerator instance from a live stream link.
Operation description
After you detach the instance, your live stream ingest and stream pulling links no longer use Global Accelerator (GA) for origin fetch. The GA instance still exists after it is detached. To release the instance, delete it in the Global Accelerator console.
QPS limit
The QPS limit for this API is 50 calls per second for each user. If you exceed this limit, API calls are throttled, which may affect your business. Plan your API calls accordingly.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DeleteLivePrivateLine |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
| DomainName |
string |
Yes |
The streaming domain. |
demo.aliyundoc.com |
| AppName |
string |
Yes |
The application name. |
live |
| StreamName |
string |
Yes |
The live stream name. |
testStream |
| AccelerationType |
string |
Yes |
The acceleration type. Valid values:
|
play |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
7908F2FF-44F8-120F-9FD6-85AE4****** |
Examples
Success response
JSON format
{
"RequestId": "7908F2FF-44F8-120F-9FD6-85AE4******"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParam | Parameter invalid. | Illegal input parameters |
| 500 | InternalError | The request processing has failed due to backend service exception. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.