---
title: "Delete workflow"
method: DELETE
path: "/api/v1/workflows/{id}"
tags: ["Workflows"]
---

# Delete workflow

`DELETE /api/v1/workflows/{id}`

Requires `workflows:delete`.

## Path parameters

- `id` integer, required

## Response `204`

Workflow deleted.

## Other responses

- `401` — Missing or invalid API key.
- `403` — API key does not have the required scope.
- `404` — Resource not found.

---

[API](https://skmtc.net/fusionflow-app/apis/fusionflow-public-api.md) · [All operations](https://skmtc.net/fusionflow-app/apis/fusionflow-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fusionflow-app/fusionflow-public-api/versions/21df2e48ac96/schema)
