This command deletes a topic.
Usage
topic delete --database-name NAME --name NAME
Required Parameters
| The name of the database where the topic is to be deleted. |
| The name of the topic to be deleted. |
Example
To delete a topic named mytopic from the kafkatopics database:
vcli: admin> topic delete --database-name kafkatopics --name mytopic