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

# Delete workflow

`DELETE /v1/workflows/{workflowId}`

Permanently delete a workflow and all of its executions.

## Path parameters

- `workflowId` string, required

## Response `200`

Workflow deleted

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

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