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

# Archive a template

`DELETE /templates/{id}`

The API endpoint allows you to archive a document template.

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `id` integer, required — Template unique ID number.
  - `archived_at` string, nullable, required — Date and time when the template was archived.

---

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