Deletes a MediaConnect flow.
Operation description
-
If the specified flow ID does not exist, an error is returned.
-
Deleting a flow also deletes its associated source and outputs.
-
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:DeleteMediaConnectFlow |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FlowId |
string |
Yes |
The flow ID. |
0381f478-7d53-4076-9d5f-27680a6f73e7 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response content. |
||
| Description |
string |
The response description. |
OK |
| RetCode |
integer |
The error code. A value of |
0 |
| Content |
string |
The response body. |
"" |
| RequestId |
string |
The request ID. |
5AEC17BD-D80B-5F78-BE1B-F07DFA0C8622 |
Examples
Success response
JSON format
{
"Description": "OK",
"RetCode": 0,
"Content": "\"\"",
"RequestId": "5AEC17BD-D80B-5F78-BE1B-F07DFA0C8622"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.