---
title: "Delete a channel"
method: DELETE
path: "/v1/risk/channels/{channel_id}"
tags: ["Channels"]
---

# Delete a channel

`DELETE /v1/risk/channels/{channel_id}`

Soft-deletes one channel owned by your workspace: it is disabled and hidden from list/get, but the row is retained (only `deleted_at` is stamped).

## Path parameters

- `channel_id` string, required

## Response `200`

- DeleteAlertChannelResponseDto
  - `acknowledged` boolean, required

---

[API](https://skmtc.net/range/apis/range-platform-api.md) · [All operations](https://skmtc.net/range/apis/range-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/range/range-platform-api/revisions/9926df2e476d/schema)
