Nodepool Resource Service Delete

Nodepool Resource Service Delete

Delete a Nodepool.

Request
URI
DELETE
https://{api_host}/https://your_org.tmc.cloud.vmware.com/v1alpha1/eksclusters/{fullName.eksClusterName}/nodepools/{fullName.name}
COPY
Path Parameters
string
fullName.managementClusterName
Required

Name of the management cluster.

string
fullName.provisionerName
Required

Provisioner of the cluster.

string
fullName.tanzuKubernetesClusterName
Required

Name of the cluster.

string
fullName.name
Required

Name of this nodepool.

Query Parameters
string
fullName.orgId
Optional

ID of Organization.


Responses
200

A successful response.

{
    "message": "string"
}

default

An unexpected error response.

Returns grpc.gateway.runtime.Error of type(s) */*
{
    "error": "string",
    "code": 0,
    "message": "string",
    "details": [
        {
            "typeUrl": "string",
            "value": "string"
        }
    ]
}