---
title: "Delete Template"
method: DELETE
path: "/print-mail/v1/templates/{id}"
tags: ["Templates"]
---

# Delete Template

`DELETE /print-mail/v1/templates/{id}`

Delete a template by ID. Note that this operation cannot be undone.

## Path parameters

- `id` string, required

## Response `200`

The request has succeeded.

- object
  - `object` 'template', required — Always `template`.
  - `id` string, required — A unique ID prefixed with template_
  - `deleted` true, required

## Other responses

- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `422` — Client error
- `429` — Client error
- `500` — Server error

---

[API](https://skmtc.net/postgrid/apis/postgrid-address-verification-api.md) · [All operations](https://skmtc.net/postgrid/apis/postgrid-address-verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postgrid/postgrid-address-verification-api/revisions/537d2bbc624a/schema)
