---
title: "Archive a journey"
method: DELETE
path: "/journeys/{templateId}"
tags: ["Journeys"]
---

# Archive a journey

`DELETE /journeys/{templateId}`

Archives a journey so it can no longer be invoked. Runs already in flight continue to completion, so archiving never strands a user mid-sequence.

## Path parameters

- `templateId` string, required

## Response `204`

Archived

## Other responses

- `400` — Bad request
- `404` — Not found

## Changes

- **2026-05-19** `ecf876c6cda3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/journeys/:templateId/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)
