---
title: "Archive a specific call channel"
method: DELETE
path: "/calls/{callId}/channels/{channelId}"
tags: ["calls"]
---

# Archive a specific call channel

`DELETE /calls/{callId}/channels/{channelId}`

Archive a single leg (channel) of a terminated call. Unlike `DELETE /calls/{callId}` which archives all CDR entries for a call, this endpoint targets a **specific channel** — useful when a call has multiple legs (e.g., transfer, IVR routing) and you only want to archive one of them.

**Permission:** `Calls Write` required.

**Monitoring impact:**
- **OFF:** You can only archive channels from calls where you are a participant. Attempting to archive another user's call channel returns `401`.
- **ON:** You can archive **any channel** from any call in the team.

## Path parameters

- `callId` string, required
- `channelId` string, required

## Response `200`

Call channel successfully archived

## Other responses

- `400` — Invalid ID format
- `401` — Unauthorized — invalid API key or missing `Calls Write` permission
- `404` — Call or channel not found
- `500` — Internal server error

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
