TsgcWSPClient_Kafka › Methods › DeleteTopic
Deletes a topic from the Kafka cluster.
procedure DeleteTopic(const aTopicName: string);
Sends a DeleteTopics request to the broker. Topic deletion must be enabled on the broker (delete.topic.enable) for this operation to take effect.
oKafka.DeleteTopic('my-topic');