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

# Delete a flow

`DELETE /whatsapp/flows/{flowId}`

Deletes a WhatsApp Flow. Only Flows in DRAFT status can be deleted.

## Path parameters

- `flowId` string, required

## Response `200`

Successfully deleted the flow.

- object
  - `success` boolean — Whether the operation was successful.

---

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