Skip to main content
DELETE
/
org
/
{org}
/
mk8s
/
{name}
Delete an mk8s cluster by name
curl --request DELETE \
  --url https://api.cpln.io/org/{org}/mk8s/{name} \
  --header 'Authorization: <api-key>'
{
  "status": 123,
  "message": "<string>",
  "code": "<string>",
  "details": {},
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required
name
string
required

Response

Accepted