---
title: "Delete a channel"
canonical: https://docs.mentio.dev/api/alerts/delete-channel
markdown: https://docs.mentio.dev/api/alerts/delete-channel.mdx
---

# Delete a channel

`DELETE /v1/channels/{id}`

## Parameters

- `id` (path, required): Channel id (dest_...).

## Responses

- 204: Deleted
- 401: Missing or invalid API key
- 404: Channel not found

Full schemas: https://api.mentio.dev/v1/openapi.json. Conventions: https://docs.mentio.dev/conventions.mdx
