v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1450250256.2 KB

Removes an output from an existing flow. This request can be made only on an output that does not have an entitlement associated with it. If the output has an entitlement, you must revoke the entitlement instead. When an entitlement is revoked from a flow, the service automatically removes the associated output.

delete/v1/flows/{flowArn}/outputs/{outputArn}

Path parameters

flowArnstring required

The flow that you want to remove an output from.

outputArnstring required

The ARN of the output that you want to remove.

Response

Success

FlowArnstring

The ARN of the flow that is associated with the output you removed.

OutputArnstring

The ARN of the output that was removed.