---
title: "Delete a template"
method: DELETE
path: "/templates/{templateId}"
tags: ["templates"]
---

# Delete a template

`DELETE /templates/{templateId}`

Delete a template.

## Path parameters

- `templateId` string, required

## Response `204`

Template successfully deleted.

## Other responses

- `400` — Invalid template ID.
- `401` — Unauthorized.

---

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