---
title: "Delete a widget configuration"
method: DELETE
path: "/app/widgets/{widgetKey}/configurations/{id}"
tags: ["Widget configurations"]
---

# Delete a widget configuration

`DELETE /app/widgets/{widgetKey}/configurations/{id}`

## Path parameters

- `widgetKey` string, required
- `id` string, required

## Response `204`

Widget configuration saved

## Other responses

- `404` — Widget title or configuration not found

## Changes

- **2024-07-22** `3063ef5d8a81` — 1 info
  - api operation id `controller.widgetConfigurations.delete_configuration` removed and replaced with `debiaiServer.controller.widgetConfigurations.delete_configuration`
- **2024-07-19** `30f824d14afd` — 1 info
  - api operation id `debiaiServer.controller.widgetConfigurations.delete_configuration` removed and replaced with `controller.widgetConfigurations.delete_configuration`

[Change history](https://skmtc.dev/debiai/apis/debiai-backend-api/changes/app/widgets/:widgetKey/configurations/:id/delete.md)

---

[API](https://skmtc.dev/debiai/apis/debiai-backend-api.md) · [All operations](https://skmtc.dev/debiai/apis/debiai-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/debiai/debiai-backend-api/revisions/c53e3bf3be9b/schema)
