---
title: "POST /delete-flow"
method: POST
path: "/delete-flow"
---

# POST /delete-flow

`POST /delete-flow`

Enables your application to delete an existing flow. Before deleting the flow, Amazon AppFlow validates the request by checking the flow configuration and status. You can delete flows one at a time.

## Request body

- object
  - `flowName` string, required — The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
  - `forceDelete` boolean — Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.

## Response `200`

Success

- DeleteFlowResponse

## Other responses

- `480` — ResourceNotFoundException
- `481` — ConflictException
- `482` — InternalServerException

---

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