Delete kubeconfig data

Delete kubeconfig data

Delete a kubeconfig data - a secure and standard method to enable access to your Kubernetes clusters

Request
URI
DELETE
https://{api_host}/:9443/api/admin/global/config/kubernetes/{UUID}
COPY
Path Parameters
UUID
Required

UUID


Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

Returns K8sConfig of type(s) application/json
{
    "data": {
        "items": [
            {
                "enterprise": "enterprise",
                "organization": "organization",
                "section": "section",
                "config": {
                    "kubeSystemUUID": "11223344-5566-7788-99aa-bbccddeeff00",
                    "clusterName": "tca-cluster1",
                    "UUID": "11223344-5566-7788-99aa-bbccddeeff00",
                    "version": "version",
                    "url": "https://10.182.9.167:6443",
                    "kubeconfig": "kubeconfig"
                }
            },
            {
                "enterprise": "enterprise",
                "organization": "organization",
                "section": "section",
                "config": {
                    "kubeSystemUUID": "11223344-5566-7788-99aa-bbccddeeff00",
                    "clusterName": "tca-cluster1",
                    "UUID": "11223344-5566-7788-99aa-bbccddeeff00",
                    "version": "version",
                    "url": "https://10.182.9.167:6443",
                    "kubeconfig": "kubeconfig"
                }
            }
        ]
    }
}
data
Required

data