---
title: "Delete a Workflow"
method: DELETE
path: "/v3/workflows/{workflowName}"
tags: ["Workflows"]
---

# Delete a Workflow

`DELETE /v3/workflows/{workflowName}`

**Delete a workflow and every one of its versions.**

Permanent. Running and queued calls against this workflow continue
to completion against the version they captured at call time;
subsequent attempts to call the workflow return `404 Not Found`.

Functions referenced by the deleted workflow are not removed — they
remain available to other workflows or for direct reference.

## Path parameters

- `workflowName` string, required

## Response `204`

There is no content to send for this request, but the headers may be useful.

---

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