---
title: "Delete notification channel"
method: DELETE
path: "/notification-channels/{channelId}"
tags: ["notifications"]
---

# Delete notification channel

`DELETE /notification-channels/{channelId}`

Deletes a notification channel. Channels referenced by DAG notification settings or notification routes cannot be deleted.

## Path parameters

- `channelId` string, required

## Query parameters

- `remoteNode` string

## Response `204`

Notification channel deleted

## Other responses

- `403` — Forbidden - insufficient permissions
- `404` — Notification channel not found
- `409` — Notification channel is used by a DAG
- `default` — Unexpected error

---

[API](https://skmtc.net/dagucloud/apis/dagu.md) · [All operations](https://skmtc.net/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dagucloud/dagu/revisions/93cc41f2018a/schema)
