---
title: "Delete Workflow"
method: DELETE
path: "/api/v1/workflows/{workflow_id}"
tags: ["workflows"]
---

# Delete Workflow

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

Delete a workflow by its ID.

## Path parameters

- `workflow_id` union, required
  - string, uuid
  - string

## Headers

- `unstructured-api-key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/unstructuredapp/apis/platform-api.md) · [All operations](https://skmtc.dev/unstructuredapp/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unstructuredapp/platform-api/revisions/ccebd049e012/schema)
