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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Cluster id of the cluster

Response

200
application/json
Returns success message on successful deletion
message
string

Success message