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

# Delete a flow.

`DELETE /api/flows/{id}`

## Path parameters

- `id` string, required

## Response `204`

Flow deleted

## Other responses

- `404` — Flow not found
- `500` — Internal server error

---

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