---
title: "Delete a workflow"
method: POST
path: "/v1/workflows/{workflow_id}/delete"
tags: ["Workflows"]
---

# Delete a workflow

`POST /v1/workflows/{workflow_id}/delete`

Delete a workflow

## Path parameters

- `workflow_id` string, required — The ID of the workflow to delete. Workflow ID starts with `wpid_`.

## Headers

- `x-api-key` string, nullable — Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

## Response `200`

Successfully deleted workflow

- unknown

## Other responses

- `422` — Validation Error

---

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