---
title: "Delete a flow"
method: DELETE
path: "/api/workers/{workerId}/flows/{flowId}"
tags: ["Flows"]
---

# Delete a flow

`DELETE /api/workers/{workerId}/flows/{flowId}`

## Path parameters

- `workerId` string, required
- `flowId` string, required

## Response `204`

Flow deleted

## Other responses

- `401` — Unauthorized
- `404` — Flow not found

---

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