---
title: "Archive Notification Template"
method: DELETE
path: "/notifications/{id}"
tags: ["Templates"]
---

# Archive Notification Template

`DELETE /notifications/{id}`

Archives a notification template, preventing new sends from referencing it. The template stays retrievable for its version history.

## Path parameters

- `id` string, required

## Response `204`

Successfully archived.

## Other responses

- `404` — Not Found

## Changes

- **2026-07-29** `f76bed79a913` — 2 info
  - api tag `Templates` added
  - api tag `Notification Templates` removed
- **2026-04-13** `f0ac5c2fa86e` — 1 info
  - added the non-success response with the status `404`
- **2026-04-02** `b3dde9374868` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/notifications/:id/delete.md)

---

[API](https://skmtc.dev/trycourier/apis/courier.md) · [All operations](https://skmtc.dev/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/cb8586034158/schema)
