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

# Delete workflow

`DELETE /api/workflows/{workflow_id}`

Soft-deletes a workflow.

## Path parameters

- `workflow_id` string, required

## Response `204`

Workflow deleted successfully

## Other responses

- `401` — Unauthorized
- `404` — Workflow not found
- `500` — Internal server error

---

[API](https://skmtc.net/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.net/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/a3660438bbe9/schema)
