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

# [Beta] Delete a workflow

`DELETE /workflows/{workflow_id}`

Soft-delete a workflow and all its versions. Active versions are deactivated first. This cannot be undone.

## Path parameters

- `workflow_id` string, required

## Response `200`

Default Response

- DeleteWorkflowOutput
  - `success` boolean, required
  - `message` string, required

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/open/apis/opencx-api.md) · [All operations](https://skmtc.net/open/apis/opencx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open/opencx-api/revisions/57b06b52302d/schema)
