I have issued the command to delete a topic:
./bin/kafka-topics.sh --zookeeper localhost:2181 --delete --topic vip_ips_alerts
It seemed to
In my case where i am using Kafka 8.2.2, I had to delete entries from the following manually -
Login to zookeeper and -
hbase zkcli rmr /brokers/topics/{topic_name} rmr /admin/delete_topics/{topic_name}