---
title: "Delete workflow template"
method: DELETE
path: "/api/workflows"
tags: ["Workflows"]
---

# Delete workflow template

`DELETE /api/workflows`

## Request body

- object
  - `id` integer, required

## Response `200`

Template deleted

- object
  - `success` boolean

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
