Delete a topic using either of the following methods:
Select the region where your Kafka instance is located.
If your Kafka client version is later than 2.2, you can use kafka-topics.sh to delete topics.
./kafka-topics.sh --bootstrap-server {broker_ip}:{port} --delete --topic {topic_name}
Create the ssl-user-config.properties file in the /config directory of the Kafka client and add the SSL certificate configurations by referring to 3.
./kafka-topics.sh --bootstrap-server {broker_ip}:{port} --delete --topic {topic_name} --command-config ./config/ssl-user-config.properties