Delete member

Verb URI Description
DELETE /lb/members/member-id Removes a load balancer member.

Normal Response Code: 204

Error Response Codes: Unauthorized (401), Not Found (404), Conflict (409)

This operation does not require a request body.

This operation does not return a response body.

 

Example 4.100. Delete member: HTTP request

DELETE /v2.0/lb/members/b9a7012a-1097-45b2-a973-6572973619bc.json HTTP/1.1
Accept: application/json


 

Example 4.101. Delete member: HTTP and JSON response

HTTP/1.1 204 No Content
Content-Length: 0


Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...