---
title: "Delete Chat Widget"
method: DELETE
path: "/settings/chat-widgets/{chat_widget_id}"
tags: ["Settings"]
---

# Delete Chat Widget

`DELETE /settings/chat-widgets/{chat_widget_id}`

Delete a chat widget.

The default widget cannot be deleted — legacy embed snippets resolve to
it by customer id. Conversations from a deleted widget fall back to the
default widget's configuration.

## Path parameters

- `chat_widget_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
