---
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

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/versions/04f69fbf96a5/schema)
