JDBC Driver for Apache Kafka

Build 25.0.9539

DeleteTopic

Deletes an existing topic from the Kafka broker. This stored procedure permanently removes the topic and all of its messages, so it should be used with caution in production environments.

Input

Name Type Required Description
Topic String True Specifies the name of the Kafka topic to delete. This input identifies the message stream that is permanently removed from the Kafka broker, including all associated partitions and stored data.

Result Set Columns

Name Type Description
Success String Returns a value of 'true' when the stored procedure successfully deletes the specified Kafka topic and a value of 'false' when the deletion fails because of permission restrictions or broker-level errors.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539