Skip to content

Delete a load balancer

DELETE
/api/organizations/{organizationId}/load-balancers/{id}

Delete a load balancer and all its origin associations. Deletion is blocked while the load balancer is still referenced as a zone default backend or by a configuration rule backend override.

Authorizations

ApiToken

Long-lived API token created via POST /api/api-tokens (returned once in plaintext).

Type
API Key (header: X-API-TOKEN)
or
JWT

JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer .

Type
HTTP (bearer)

Parameters

Path Parameters

organizationId*

Organization identifier

Type
string
Required
id*

load-balancer identifier

Type
string
Required

Responses

load-balancer resource deleted

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI