vcenter namespace management load balancers: delete
Removes a load balancer configuration associated with a cluster. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Request:
HTTP request
DELETE https://{server}/api/vcenter/namespace-management/clusters/{cluster}/load-balancers/{id}
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
cluster | string | Identifier of the cluster the load balancer is associated with. |
id | string | Identifier of the load balancer. |
Response:
HTTP Status Code: 202
Headers:
NoneType:
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | if the system reports an error while responding to the request. |
400 | not_allowed_in_current_state | if the associated cluster is being disabled or if there are virtual servers provisioned on the load balancer. |
404 | not_found | if cluster or id cannot be located. |
401 | unauthenticated | if the user cannot be authenticated. |
403 | unauthorized | if the user does not have Namespaces.Manage privilege. |
400 | unsupported | if the specified cluster does not have vSphere Namespaces enabled. |