---
title: "Delete Run Template"
method: DELETE
path: "/api/v1/run_templates/{template_id}"
tags: ["run_templates"]
---

# Delete Run Template

`DELETE /api/v1/run_templates/{template_id}`

Delete a run template.

Args:
    template_id: ID of the run template to delete.

## Path parameters

- `template_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

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