# Delete a Kafka Topic

The Kafka Topic Deletion feature allows users to remove a Kafka topic from the specified Kafka cluster. To delete a Kafka topic, follow these steps:

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

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

1. In the **DCD**, go to **Menu** > **Data Analytics** > **Events Streams for Apache Kafka**.
2. Select the cluster you want to delete a topic from.
3. Within the cluster, navigate to the **Topics** tab to view the list of available Kafka topics.
4. In the topic list, identify the topic you want to delete.
5. Select a topic for deletion.

![Select Event Streams for Apache Kafka from the menu](/files/E0ahX1v63UHtfEl3aA75)

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


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
