Description
REAL(member)を削除します。
Request URL
Network API v2.0 DELETE /v2.0/lb/members/{member_id} |
Request Json
This operation does not accept a request body. |
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
member_id | メンバーID | URI | メンバーIDを指定します。 |
Response
Normal response codes
204 |
Example
Request
curl -i -X DELETE \ -H “Accept: application/json” \ -H “Content-Type: application/json” \ -H “X-Auth-Token: トークンID” \ https://networking.odc01.eva-clouds.com/v2.0/lb/members/メンバーID |
Response
HTTP/1.1 204 No Content Date: Mon, 11 Jul 2016 08:21:20 GMT Server: Apache Content-Length: 0 Content-Type: application/json |