Kafka REST API
cURL
curl --request DELETE \ --url https://api.example.com/admin/v1/topics/{topicName}
Permanently deletes the specified topic and all its data from the Kafka cluster. This operation cannot be undone.
The topic name.
Topic deleted
Was this page helpful?