---
title: "Delete a typebot"
method: DELETE
path: "/v1/typebots/{typebotId}"
tags: ["Typebot"]
---

# Delete a typebot

`DELETE /v1/typebots/{typebotId}`

## Path parameters

- `typebotId` string, required — [Where to find my bot's ID?](../how-to#how-to-find-my-typebotid)

## Request body

- object

## Response `200`

OK

- object
  - `message` 'success', required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `500` — 500

---

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