DELETE
/
v2
/
kafka
/
topic
/
{id}
curl -X DELETE \
  https://api.upstash.com/v2/kafka/topic/:id \
  -u 'EMAIL:API_KEY'
"OK"

URL Parameters

id
string
required

The ID of the Kafka Topic to be deleted

curl -X DELETE \
  https://api.upstash.com/v2/kafka/topic/:id \
  -u 'EMAIL:API_KEY'
"OK"