---
title: "Delete Workflow Template"
method: DELETE
path: "/workflows/v1/templates/{workflow_template_id}"
tags: ["Workflow Templates"]
---

# Delete Workflow Template

`DELETE /workflows/v1/templates/{workflow_template_id}`

Endpoint to delete a workflow template by its ID.

## Path parameters

- `workflow_template_id` string, required

## Response `200`

Successful Response

- IResponseModel
  - `message` string, nullable — A message providing additional context about the response.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.dev/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/revisions/35cbea12a781/schema)
