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

URL Parameters

id
string
required

The ID of the kafka credential to delete

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