Topics
Delete Kafka Topic
This endpoint deletes a kafka topic in a cluster.
curl -X DELETE \
https://api.upstash.com/v2/kafka/topic/:id \
-u 'EMAIL:API_KEY'
"OK"
URL Parameters
id
string
requiredThe ID of the Kafka Topic to be deleted
Was this page helpful?
curl -X DELETE \
https://api.upstash.com/v2/kafka/topic/:id \
-u 'EMAIL:API_KEY'
"OK"