---
title: "Delete a chat bot"
method: DELETE
path: "/v1/chat-bots/{bot-name}"
tags: ["Chat Bots"]
---

# Delete a chat bot

`DELETE /v1/chat-bots/{bot-name}`

Delete a chat bot together with its automatically registered notification channel.

## Path parameters

- `bot-name` string, required

## Response `204`

Chat bot deleted successfully

## Other responses

- `403` — Access denied
- `404` — Chat bot not found

---

[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/14d93e5115dd/schema)
