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

# Delete a cloud workflow

`DELETE /api/workflows/{workflow_id}`

[cloud-only] Deletes a cloud workflow and all its versions.

## Path parameters

- `workflow_id` string, uuid, required

## Response `204`

Workflow deleted

## Other responses

- `401` — Unauthorized
- `404` — Not found

## Changes

- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added
- **2026-04-24** `a66055fa384e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/workflows/:workflow_id/delete.md)

---

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