DROP TOPIC

DROP TOPIC deletes the specified topic.

Syntax

DROP TOPIC <topic_path>;

Examples

The following command will delete the topic named my_topic:

DROP TOPIC my_topic;

See also