Skip to main content

Delete a deconfigured Kubernetes cluster client

Select

SaaS
Customer Managed

API to delete a deconfigured Kubernetes cluster with clusterId

Path Parameters
  • clusterId int32 required

    clusterId is the ID of the Kubernetes cluster client

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /v5/kubernetes/cluster/:clusterid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clusterId — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/Cluster/:clusterId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'