---
title: "Delete a notification channel"
method: DELETE
path: "/v1/notification-channels/{channel-name}"
tags: ["Notification Channels"]
---

# Delete a notification channel

`DELETE /v1/notification-channels/{channel-name}`

Delete a notification channel. Fails if the channel is used in server actions or provided by a chat bot.

## Path parameters

- `channel-name` string, required

## Response `204`

Notification channel deleted successfully

## Other responses

- `403` — Access denied
- `404` — Notification channel not found
- `409` — Channel is used in server actions or provided by chat bot

---

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