---
title: "Archives an app channel."
method: DELETE
path: "/app/{app_id}/channel/{channel_id}"
tags: ["channels"]
---

# Archives an app channel.

`DELETE /app/{app_id}/channel/{channel_id}`

Archives the specified channel, making it unavailable for new releases or deployments.
Archived channels can no longer be used but are retained for historical reference.

Required RBAC Policy: kots/app/[:appid]/channel/[:channelid]/archive

## Path parameters

- `app_id` string, required
- `channel_id` string, required

## Response `200`

On success

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/versions/6fcf9e54aba4/schema)
