---
title: "Delete Template"
method: DELETE
path: "/api/v1/document_templates/{id}"
tags: ["Template"]
---

# Delete Template

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

Deletes a template. Supply the unique template ID from either a Create Template request or template page URL.

## Path parameters

- `id` string, uuid, required — Unique identifier for a template.

## Response `204`

no content

## Other responses

- `404` — not found
- `429` — rate limit exceeded

---

[API](https://skmtc.net/signwell/apis/signwell-developer-api.md) · [All operations](https://skmtc.net/signwell/apis/signwell-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signwell/signwell-developer-api/revisions/debef5796b62/schema)
