> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/data-analytics/kafka/dcd-howtos/delete-kafka-cluster.md).

# Delete a Kafka Cluster

The Kafka Cluster Deletion feature allows users to remove a Kafka cluster from their environment. Follow the steps below to delete a Kafka cluster.

{% hint style="warning" %}
**Warning:**

* Deleting a Kafka cluster is irreversible. Once a cluster is deleted, all the data and configurations contained within it will be permanently removed.
* Ensure that you have backed up any necessary data before deleting the cluster.
  {% endhint %}

1. In the **DCD**, go to **Menu** > **Data Analytics** > **Events Streams for Apache Kafka**.

![Kafka Cluster List](/files/jHGmsPOisEOhERyjSJoi)

2. Identify the Kafka cluster you wish to delete from the list. Ensure that you are selecting the correct cluster.
3. Click ![Options menu](/files/zMw81MF9KCPxOHBMLSog) located in the **Options** column for the desired Kafka cluster.
4. From the drop-down menu, click **Delete**.

![Drop-down menu](/files/8bijym9dILX5gT8QkgjV)

5. A confirmation dialog will appear, asking you to confirm the deletion. Ensure that you understand this action is irreversible and will permanently delete the cluster and all its data. Confirm the deletion to proceed.

{% hint style="success" %}
**Result:** The cluster will be permanently deleted.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/data-analytics/kafka/dcd-howtos/delete-kafka-cluster.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
