---
title: "Delete Bot"
method: DELETE
path: "/v1/bots/{bot_uid}"
tags: ["Bots"]
---

# Delete Bot

`DELETE /v1/bots/{bot_uid}`

Delete a bot by its ID.

## Path parameters

- `bot_uid` string, required

## Response `204`

Bot deleted successfully

## Other responses

- `400` — Bad request - missing or invalid organization/account information
- `401` — Unauthorized - missing or invalid API key
- `404` — Bot not found
- `409` — Conflict - bot is currently in use
- `500` — Internal server error

---

[API](https://skmtc.net/openmicai/apis/openmic-v1-external-api.md) · [All operations](https://skmtc.net/openmicai/apis/openmic-v1-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmicai/openmic-v1-external-api/revisions/71c32e6ffd95/schema)
