curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/clusters/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Delete cluster associated with provided cluster id
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/clusters/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Was this page helpful?