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

# Delete a workflow

`DELETE /workflows/{workflow_id}`

Deletes a workflow. Org-scoped — workflows in other orgs return 404.

## Path parameters

- `workflow_id` string, uuid, required — workflow identifier

## Response `200`

OK

- MessageOutputBody — Simple confirmation message.
  - `message` string, required — Human-readable result message.

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/axilioai/apis/axilio-api-2.md) · [All operations](https://skmtc.dev/axilioai/apis/axilio-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axilioai/axilio-api-2/revisions/261c340a3f6d/schema)
