---
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.
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `message` string, required — Human-readable result message.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/axilioai/apis/axilio-api.md) · [All operations](https://skmtc.net/axilioai/apis/axilio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/axilioai/axilio-api/versions/108ab4b41051/schema)
