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

# Deletes a workflow.

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

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 was deleted succesfully

## Other responses

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

---

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