Deletes an active merged stream.
Operation description
You can call this operation up to 100 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
live:DeleteLiveStreamMerge | *Domain
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
RegionId | string | No | The region ID. | cn-shanghai |
DomainName | string | Yes | The streaming domain. | example.com |
AppName | string | Yes | The AppName for the merged stream. View the AppName on the Primary/Secondary Stream Mixing Settings page. | app |
StreamName | string | Yes | The StreamName for the merged stream. View the StreamName on the Primary/Secondary Stream Mixing Settings page. | StreamName |
Response elements
Element | Type | Description | Example |
object | |||
RequestId | string | The request ID. | 16A96B9A-F203-4EC5-8E43-CB9********* |
Examples
Success response
JSON format
{
"RequestId": "16A96B9A-F203-4EC5-8E43-CB9*********"
}Error codes
HTTP status code | Error code | Error message | Description |
400 | InvalidParam | Parameter invalid. | Illegal input parameters |
400 | QuotaExceeded.Merge | Exceed max merge count limit | |
400 | ConfigAlreadyExists | Config has already exist. | |
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.