The endpoint has been deprecated. Please use the DELETE
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/node_pools/$NODE_POOL_ID/nodes/$NODE_ID
method instead.
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
cluster_id |
string | True | A unique ID that can be used to reference a Kubernetes cluster. | |
node_pool_id |
string | True | A unique ID that can be used to reference a Kubernetes node pool. | |
body |
JSON or IO[bytes] | True |
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.