---
title: "Delete a chatbot"
method: DELETE
path: "/delete-chatbot"
tags: ["Chatbots"]
---

# Delete a chatbot

`DELETE /delete-chatbot`

Permanently deletes a chatbot and all associated data

## Query parameters

- `chatbotId` string, required

## Response `200`

Chatbot deleted successfully

- object
  - `message` string

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Not Found - Resource does not exist
- `500` — Internal Server Error

---

[API](https://skmtc.dev/chatbase/apis/chatbase-api-v1.md) · [All operations](https://skmtc.dev/chatbase/apis/chatbase-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chatbase/chatbase-api-v1/revisions/3a2187967746/schema)
