Delete a specific load balancer
DELETE/portal/api/v1/load_balancers/:load_balancer_id
Deletes the load balancer identified by load_balancer_id
and its associated rules.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 500
Load balancer deleted successfully
Unauthorized
Not authorized to access the resource.
Resource not found.
Resource conflict.
Internal Server Error