---
title: "Delete Channel"
method: DELETE
path: "/api/realtime/channels/{id}"
tags: ["Channels"]
---

# Delete Channel

`DELETE /api/realtime/channels/{id}`

Delete a channel definition. Existing message history is preserved with null channelId values.

## Path parameters

- `id` string, uuid, required

## Response `200`

Channel deleted successfully

- object
  - `message` string

## Other responses

- `404` — Channel not found

---

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