Skip to main content
DELETE
/
org
/
{org}
/
gvc
/
{gvc}
/
workload
/
{name}
Delete a workload by name
curl --request DELETE \
  --url https://api.cpln.io/org/{org}/gvc/{gvc}/workload/{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
gvc
string
required
name
string
required

Response

Accepted