Skip to main content
DELETE
/
api
/
v1
/
iframes
/
{id}
Delete Widget
curl --request DELETE \
  --url https://api.example.com/api/v1/iframes/{id}

Authentication

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

Path Parameters

id
string
required
The widget config UUID.

Response

{ "deleted": true, "id": "CONFIG_ID" }

Example

curl
curl -X DELETE https://www.hitheo.ai/api/v1/iframes/CONFIG_ID \
  -H "Authorization: Bearer $THEO_API_KEY"