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

# Delete a workflow

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

Delete a workflow owned by the caller's active org.

In-progress drafts are abandoned automatically. A workflow with an
analysis actively running is still refused so the worker is not orphaned.

## Path parameters

- `workflow_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tiliter/apis/tiliter-vision-ai-public-api.md) · [All operations](https://skmtc.net/tiliter/apis/tiliter-vision-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiliter/tiliter-vision-ai-public-api/revisions/30b6f7f148f8/schema)
