---
title: "Delete a flow"
method: DELETE
path: "/flows/{id}"
tags: ["flows"]
---

# Delete a flow

`DELETE /flows/{id}`

Deletes a flow and all its associated records.

## Path parameters

- `id` string, required

## Query parameters

- `teamId` string, required

## Request body

- object

## Response `200`

200

- object
  - `success` boolean, required

## Changes

- **2024-07-04** `47a922bd51aa` — 1 info
  - endpoint added
- **2024-07-04** `6a49324b6e9b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/atlaz-org/apis/atlaz-api/changes/flows/:id/delete.md)

---

[API](https://skmtc.dev/atlaz-org/apis/atlaz-api.md) · [All operations](https://skmtc.dev/atlaz-org/apis/atlaz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlaz-org/atlaz-api/revisions/cebf21627d29/schema)
