> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hitheo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Widget

> Permanently delete an embed widget configuration.

## Authentication

Requires a Bearer token (API key) or a dashboard session.

## Path Parameters

<ParamField path="id" type="string" required>
  The widget config UUID.
</ParamField>

## Response

```json theme={null}
{ "deleted": true, "id": "CONFIG_ID" }
```

## Example

```bash curl theme={null}
curl -X DELETE https://www.hitheo.ai/api/v1/iframes/CONFIG_ID \
  -H "Authorization: Bearer $THEO_API_KEY"
```
