Delete
Delete a Virtual Cluster by ID and name.
Request
curl https://api.warpstream.com/api/v1/delete_virtual_cluster \
-H 'warpstream-api-key: XXXXXXXXXX' \
-H 'Content-Type: application/json' \
-d '{"virtual_cluster_id": "XXXXXXXXXX", "virtual_cluster_name": "XXXXXXXXXX"}'Response
{}Last updated
Was this helpful?