---
title: "DELETE /v1/flows/{flowArn}/source/{sourceArn}"
method: DELETE
path: "/v1/flows/{flowArn}/source/{sourceArn}"
---

# DELETE /v1/flows/{flowArn}/source/{sourceArn}

`DELETE /v1/flows/{flowArn}/source/{sourceArn}`

Removes a source from an existing flow. This request can be made only if there is more than one source on the flow.

## Path parameters

- `flowArn` string, required
- `sourceArn` string, required

## Response `202`

Success

- RemoveFlowSourceResponse
  - `FlowArn` string — The ARN of the flow that is associated with the source you removed.
  - `SourceArn` string — The ARN of the source 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)
