v7

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-07355390.1 KB
kafka_cluster

Delete Kafka cluster

Deletes a Kafka cluster. By default, deletion is prevented if subscriptions reference the cluster. Use the force parameter to allow deletion with orphaned subscriptions.

delete/kafka-clusters/{cluster_name}

Path parameters

cluster_namestring required

Kafka cluster name

Query parameters

forceboolean nullable

If true, allows deletion of the cluster even if it would orphan subscriptions.

Response

Kafka cluster deletion accepted and will be processed asynchronously