---
title: "Reset Cluster Config"
method: DELETE
path: "/clusters/{cluster_id}/broker-configs/{name}"
tags: ["Configs (v3)"]
---

# Reset Cluster Config

`DELETE /clusters/{cluster_id}/broker-configs/{name}`

[![Generally Available](https://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)

Resets the configuration parameter specified by ``name`` to its
default value.

## Response `204`

No Content

## Other responses

- `400` — Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure. Usually serves application/json content, although in some cases simple text/plain content can be returned.
- `401` — Indicates a client authentication error. Kafka authentication failures will contain error code 40101 in the response body.
- `429` — Indicates that a rate limit threshold has been reached, and the client should retry again later.
- `5XX` — A server-side problem that might not be addressable from the client side. Retriable Kafka errors will contain error code 50003 in the response body.

## Changes

- **2022-03-22** (v3) `7500cc59fcff` — 6 info
  - api operation id `deleteKafkaV3ClusterConfig` was added
  - api tag `Configs (v3)` added
  - api tag `Configs` removed
  - added the non-success response with the status `400`
  - …2 more
- **2022-03-22** (v3) `0b87d328c664` — 6 info
  - api operation id `deleteKafkaV3ClusterConfig` removed and replaced with ``
  - api tag `Configs` added
  - api tag `Configs (v3)` removed
  - removed the non-success response with the status `400`
  - …2 more
- **2022-01-18** (v3) `242a6e383b71` — 6 info
  - api operation id `deleteKafkaV3ClusterConfig` was added
  - api tag `Configs (v3)` added
  - api tag `Configs` removed
  - added the non-success response with the status `400`
  - …2 more
- **2022-01-18** (v3) `fbdd72178c66` — 6 info
  - api operation id `deleteKafkaV3ClusterConfig` removed and replaced with ``
  - api tag `Configs` added
  - api tag `Configs (v3)` removed
  - removed the non-success response with the status `400`
  - …2 more
- **2021-09-08** (v3) `2d4f120a2079` — 3 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `429`

[Full history](https://skmtc.dev/confluentinc/apis/rest-admin-api/changes/clusters/:cluster_id/broker-configs/:name/delete.md)

---

[API](https://skmtc.dev/confluentinc/apis/rest-admin-api.md) · [All operations](https://skmtc.dev/confluentinc/apis/rest-admin-api/llms.txt) · [OpenAPI document](https://skmtc.dev/confluentinc/apis/rest-admin-api/revisions/36eb2fbeec57?raw)
