Deletes a stream mixing task.
Operation description
Before you call this operation, you must create a stream mixing task by calling the CreateMixStream operation. If you no longer need the mixed stream, you must delete the task. Otherwise, the stream will be continuously ingested.
QPS limits
The queries per second (QPS) limit for this operation is 10 for each user. API calls that exceed this limit are throttled, which may affect your business. Plan your calls accordingly.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DeleteMixStream |
delete |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
| DomainName |
string |
Yes |
The domain name of the output stream. |
example.com |
| AppName |
string |
No |
The name of the app. |
liveApp**** |
| StreamName |
string |
No |
The name of the output stream. |
liveStream**** |
| MixStreamId |
string |
Yes |
The ID of the stream mixing task. Obtain this ID from the MixStreamId parameter returned by the CreateMixStream operation. |
749b7594-86d6-37b1-513b-e1e19845**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| MixStreamId |
string |
The ID of the stream mixing task. |
749b7594-86d6-37b1-513b-e1e19845**** |
| RequestId |
string |
The request ID. |
BE9407FF-F897-4DBD-338D-98A750AD805F |
Examples
Success response
JSON format
{
"MixStreamId": "749b7594-86d6-37b1-513b-e1e19845****",
"RequestId": "BE9407FF-F897-4DBD-338D-98A750AD805F"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidUserId.Malformed | %s, please check userId. | The userId passed in is invalid, please check. |
| 400 | InvalidParameter.Malformed | There are invalid parameters: %s. | There are invalid parameters: %s. |
| 400 | MissingParameter | %s. | Missing parameter |
| 401 | IllegalOperation | %s, please check and try again later. | Operation not allowed, please check and try again. |
| 500 | InternalError | %s, please try again later. | Internal error, please try again later. |
| 403 | MixStreamAlreadyExist | %s, please check and try again later. | The confluence task already exists, please check and try again. |
| 403 | MixStreamNotExist | %s, please check and try again later. | The confluous task does not exist. Please check and try again. |
| 404 | InvalidDomainName.NotFound | %s, please check and try again later. | Domain name does not exist, please check and try again. |
See for a complete list.
Release notes
See Release Notes for a complete list.