---
title: "DELETE /v1/flows/{flowArn}/vpcInterfaces/{vpcInterfaceName}"
method: DELETE
path: "/v1/flows/{flowArn}/vpcInterfaces/{vpcInterfaceName}"
---

# DELETE /v1/flows/{flowArn}/vpcInterfaces/{vpcInterfaceName}

`DELETE /v1/flows/{flowArn}/vpcInterfaces/{vpcInterfaceName}`

Removes a VPC Interface from an existing flow. This request can be made only on a VPC interface that does not have a Source or Output associated with it. If the VPC interface is referenced by a Source or Output, you must first delete or update the Source or Output to no longer reference the VPC interface.

## Path parameters

- `flowArn` string, required
- `vpcInterfaceName` string, required

## Response `200`

Success

- RemoveFlowVpcInterfaceResponse
  - `FlowArn` string — The ARN of the flow that is associated with the VPC interface you removed.
  - `NonDeletedNetworkInterfaceIds` String[] — IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.
  - `VpcInterfaceName` string — The name of the VPC interface that was removed.

## Other responses

- `480` — BadRequestException
- `481` — InternalServerErrorException
- `482` — ForbiddenException
- `483` — NotFoundException
- `484` — ServiceUnavailableException
- `485` — TooManyRequestsException

---

[API](https://skmtc.net/aws/apis/mediaconnect.md) · [All operations](https://skmtc.net/aws/apis/mediaconnect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/mediaconnect/versions/695822d698d7/schema)
