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

# Delete workflow

`DELETE /api/workflows/{workflow_id}/`

Delete a workflow and all its versions.

## Path parameters

- `workflow_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Other responses

- `401` — Unauthorized - Missing/invalid authentication
- `404` — Workflow not found

---

[API](https://skmtc.dev/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.dev/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/77d94e49bc7a/schema)
