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

# Delete Bot

`DELETE /v1/bots/{uid}`

Delete a bot by its UID.

## Path parameters

- `uid` string, required

## Response `204`

Bot deleted successfully

## Other responses

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

## Changes

- **2025-06-09** `37428d2bd367` — 5 warning, 5 info
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `401` status
  - removed the optional property `details` from the response with the `404` status
  - removed the optional property `details` from the response with the `409` status
  - …6 more
- **2025-06-08** `bdc693a4558b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openmicai/apis/openmic-v1-external-api/changes/v1/bots/:uid/delete.md)

---

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