---
title: "Archive a template"
method: DELETE
path: "/api/v1/templates/{id}"
tags: ["Templates"]
---

# Archive a template

`DELETE /api/v1/templates/{id}`

Soft-archives the template and retains its document blob for restore.

## Path parameters

- `id` string, required — Template id

## Response `204`

Template archived

## Other responses

- `401` — Missing or invalid API key
- `404` — Template not found in this organization

---

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