---
title: "Delete Workflow V2"
method: DELETE
path: "/v1/scenario/{workflow_id}"
tags: ["Scenario Builder"]
---

# Delete Workflow V2

`DELETE /v1/scenario/{workflow_id}`

Delete a workflows_v2 row.

## Path parameters

- `workflow_id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- DeleteWorkflowV2Response — Delete confirmation.
  - `message` string, required — Success message
  - `deleted_workflow_id` string, required — ID of the deleted workflow

## Other responses

- `422` — Validation Error

---

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