---
title: "Delete flow"
method: DELETE
path: "/v1/whatsapp/flows/{flowId}"
tags: ["WhatsApp Flows"]
---

# Delete flow

`DELETE /v1/whatsapp/flows/{flowId}`

Delete a DRAFT flow. This is irreversible. Only flows in DRAFT status can be deleted.

## Path parameters

- `flowId` string, required

## Query parameters

- `accountId` string, required

## Response `200`

Flow deleted

- object
  - `success` boolean

## Other responses

- `400` — Flow is not in DRAFT status
- `401` — Unauthorized
- `404` — WhatsApp account or flow not found

---

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