Delete a Kubernetes cluster
DELETE/api/v1/clusters/:clusterId
Deletes a specific Kubernetes cluster and its associated resources
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 409
- 429
- 500
Cluster deletion initiated successfully
Invalid cluster ID
Missing or invalid API key
User does not have permission to delete clusters
Cluster not found
Cluster is not in a valid state for deletion
Rate limit exceeded
Internal server error