Disassociate a floating IP from a load balancer
DELETE/portal/api/v1/load_balancers/fip/:load_balancer_id
Disassociates a floating IP identified by fip_id
from a specific load balancer.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 500
Floating IP disassociated from the load balancer successfully
Unauthorized
Not authorized to access the resource.
Resource not found.
Resource conflict.
Internal Server Error