---
title: "Deletes a workflow version."
method: DELETE
path: "/applications/{application}/workflows/{workflow}/versions/{version}"
tags: ["workflows"]
---

# Deletes a workflow version.

`DELETE /applications/{application}/workflows/{workflow}/versions/{version}`

Deletes an existing workflow. If a workflow is deleted while currently active for a user, it will be executed as normal.

## Response `204`

The workflow version was deleted succesfully

## Other responses

- `404` — The workflow version was not found
- `default` — Unexpected error

---

[API](https://skmtc.dev/gameanalytics/apis/datatiger-management-api.md) · [All operations](https://skmtc.dev/gameanalytics/apis/datatiger-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gameanalytics/datatiger-management-api/revisions/20a4f732a0b7/schema)
