Skip to main content
DELETE
/
api
/
svc
/
v1
/
clusters
/
{id}
Delete cluster
curl --request DELETE \
  --url https://{controlPlaneURL}/api/svc/v1/clusters/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

message
string