Deleting a topic
Written by
Updated at April 8, 2026
If you have an Apache Kafka® topic in your project, you can delete it.
CLI
Management console
- Find the name of the topic in the list of project topics:
kubectl get KafkaTopic -n <project name>. - Delete the topic resource:
kubectl delete KafkaTopic <topic name> -n <project name>.
- If you have not opened a project yet, select one.
- In the left-hand menu, select Kafka Clusters.
- Select a cluster.
- Select the Topics tab.
- Select a topic.
- Click Delete.
- Confirm the deletion.