---
title: "Delete a template version"
method: DELETE
path: "/api/templates/{namespace}/{name}/{version}"
tags: ["templates"]
---

# Delete a template version

`DELETE /api/templates/{namespace}/{name}/{version}`

## Path parameters

- `namespace` string, required
- `name` string, required
- `version` string, required

## Response `200`

Deleted.

## Other responses

- `401` — Unauthenticated.
- `404` — Not found.

---

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