Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

topic delete

Prev Next

This command deletes a topic.

Usage

topic delete --database-name NAME
             --name NAME

Required Parameters

--database-name NAME

The name of the database where the topic is to be deleted.

--name NAME

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