Skip to main content
DELETE
/
network
/
load_balancers
/
{LB_UUID}
/
targets
/
{TARGET_UUID}
Unlink load balancer target
curl --request DELETE \
  --url https://api.tenbytecloud.com/v1/network/load_balancers/{LB_UUID}/targets/{TARGET_UUID} \
  --header 'apikey: <api-key>'

Authorizations

apikey
string
header
required

Path Parameters

LB_UUID
string
required
TARGET_UUID
string
required

Response

200

Response body is empty. Response code: 200.