---
title: "Delete an existing Workflow"
method: DELETE
path: "/api/v2/workflows/{workflow_id}"
tags: ["Workflow Automation"]
---

# Delete an existing Workflow

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

Delete a workflow by ID. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key). Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).

## Path parameters

- `workflow_id` string, required

## Response `204`

Successfully deleted a workflow.

## Other responses

- `403` — Forbidden
- `404` — Not found
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
