---
title: "Delete Template"
method: DELETE
path: "/worker-templates/{template_id}"
tags: ["worker-templates"]
---

# Delete Template

`DELETE /worker-templates/{template_id}`

## Path parameters

- `template_id` string, required

## Response `200`

Successful Response

- DeleteWorkerTemplateResponse — Echoes the deleted template's id. Deleting is a soft archive that leaves referencing trigger rules untouched: those rules keep their pointer and simply stop seeding config, so the delete is reversible and no rule is silently rewritten.
  - `id` string, required

## Other responses

- `422` — Validation Error

---

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