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 parameters
|
Parameter |
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 | |
| 400 | InvalidParameter.Malformed | %s | |
| 400 | MissingParameter | %s | |
| 401 | IllegalOperation | %s | |
| 500 | InternalError | %s | |
| 403 | MixStreamAlreadyExist | %s | |
| 403 | MixStreamNotExist | %s | |
| 404 | InvalidDomainName.NotFound | %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.