Deletes an output of a MediaConnect flow.
Operation description
-
If the specified flow ID does not exist, an error is returned.
-
Outputs of a flow in the online state cannot be deleted.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:DeleteMediaConnectFlowOutput |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FlowId |
string |
Yes |
The flow ID. |
34900dc6-90ec-4968-af3c-fcd87f231a5f |
| OutputName |
string |
Yes |
The name of the output to delete. |
AliTestOutput |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response content. |
||
| Content |
string |
The response body. |
"" |
| Description |
string |
The call description. |
OK |
| RetCode |
integer |
The error code. A value of 0 indicates success. |
0 |
| RequestId |
string |
The request ID. |
DF73E08E-F807-50F5-A2BD-B76391EAE8FF |
Examples
Success response
JSON format
{
"Content": "\"\"",
"Description": "OK",
"RetCode": 0,
"RequestId": "DF73E08E-F807-50F5-A2BD-B76391EAE8FF"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.