DigitalOcean-public.v2-new_Kubernetes
Delete a Kubernetes Cluster
To delete a Kubernetes cluster and all services deployed to it, send a DELETE request to /v2/kubernetes/clusters/$K8S_CLUSTER_ID.
A 204 status code with no body will be returned in response to a successful request.
delete/v2/kubernetes/clusters/{cluster_id}
Path parameters
cluster_idstring uuid required
A unique ID that can be used to reference a Kubernetes cluster.
Response
The action was successful and the response body is empty.