To delete a Kubernetes cluster along with a subset of its associated resources,send a DELETE request to /v2/kubernetes/clusters/$K8S_CLUSTER_ID/destroy_with_associated_resources/selective.The JSON body of the request should include load_balancers, volumes, orvolume_snapshots keys each set to an array of IDs for the associatedresources to be destroyed.The IDs can be found by querying the cluster's associated resources endpoint.Any associated resource not included in the request will remain and continueto accrue changes on your account.
An object containing the IDs of resources to be destroyed along with their associated with a Kubernetes cluster.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To delete a Kubernetes cluster along with a subset of its associated resources,send a DELETE request to /v2/kubernetes/clusters/$K8S_CLUSTER_ID/destroy_with_associated_resources/selective.The JSON body of the request should include load_balancers, volumes, orvolume_snapshots keys each set to an array of IDs for the associatedresources to be destroyed.The IDs can be found by querying the cluster's associated resources endpoint.Any associated resource not included in the request will remain and continueto accrue changes on your account.
An object containing the IDs of resources to be destroyed along with their associated with a Kubernetes cluster.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/kubernetes/clusters/{cluster_id}/destroy_with_associated_resources/selective