---
title: "Delete Bot Widget Setting"
method: DELETE
path: "/api/bot/bot-widget-setting"
tags: ["Bot"]
---

# Delete Bot Widget Setting

`DELETE /api/bot/bot-widget-setting`

Delete bot widget setting.

## Query parameters

- `bot_id` string, uuid, required

## Response `200`

Successful Response

- BotWidgetSettingSchema — Bot widget setting schema.
  - `bot_id` string, uuid, required
  - `domain` unknown[], nullable
    - unknown
  - `display_name` string, nullable
  - `initial_message` string, nullable
  - `suggest_messages` unknown[], nullable
    - unknown
  - `theme` string, nullable
  - `bot_avatar_url` string, nullable
  - `chat_icon_url` string, nullable
  - `chat_bubble_button_color` string, nullable
  - `chat_message_color` string, nullable
  - `align_chat_bubble_button` string, nullable
  - `auto_show_initial_message_after` number, nullable
  - `is_circle_icon` boolean, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2023-11-13** `ac1f1ab68fcb` — 1 info
  - endpoint added
- **2023-11-08** `dbd91277da05` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/changes/api/bot/bot-widget-setting/delete.md)

---

[API](https://skmtc.dev/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/revisions/ac1f1ab68fcb/schema)
