---
title: "DELETE /bots/{id}"
method: DELETE
path: "/bots/{id}"
tags: ["Bots"]
---

# DELETE /bots/{id}

`DELETE /bots/{id}`

DELETE operation for /bots/{id}

## Path parameters

- `id` string, required

## Response `200`

Successful response

- BotSerializer
  - `id` integer
  - `name` string, required
  - `description` string
  - `bot_type` 'general' | 'project'
  - `is_active` boolean
  - `is_archived` boolean
  - `domains` string[]
  - `target_urls` string[]
  - `behavior` 'auto_show' | 'button_only' | 'hidden'
  - `priority` 'highest' | 'high' | 'medium' | 'low'
  - `visibility_start_date` string, date-time
  - `visibility_end_date` string, date-time
  - `once_per_session` boolean
  - `intro_message` string
  - `parent_bot` string
  - `widget_tokens` string
  - `created_at` string, date-time
  - `modified_at` string, date-time

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

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