---
title: "Delete a flow"
method: DELETE
path: "/public/v1/agents/{agentId}/flows/{flowId}"
tags: ["Flows"]
---

# Delete a flow

`DELETE /public/v1/agents/{agentId}/flows/{flowId}`

Soft deletes a flow.

## Path parameters

- `agentId` string, required
- `flowId` number, nullable

## Response `204`

Flow deleted

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/revisions/9d33b6aad674/schema)
