---
title: "Delete a config entry by ID (including legacy reserved rows for cleanup). Global-scope deletes auto-trigger an integrations reload."
method: DELETE
path: "/api/config/{id}"
tags: ["Config"]
---

# Delete a config entry by ID (including legacy reserved rows for cleanup). Global-scope deletes auto-trigger an integrations reload.

`DELETE /api/config/{id}`

## Path parameters

- `id` string, required

## Response `200`

Config deleted

- object
  - `success` true, required

## Other responses

- `404` — Config not found

---

[API](https://skmtc.net/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.net/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/desplega-ai/agent-swarm-api/versions/0375890be8c4/schema)
