Description
It cannot be dissociated if a Pool is associated with member. All member should be deleted first.
Request URL
Network API v2.0
DELETE /v2.0/lb/pools/{pool_id}/health_monitors/{health_monitor_id}
Request Paramters
| Parameter | Value | Style | Description |
|---|---|---|---|
| X-Auth-Token | User Token | header | |
| pool_id | Pool ID | URI | |
| health_monitor_id | healthmonitor ID | URI |
Request Json
This operation does not accept a request body.
Normal response codes
204
Example
curl -i -X DELETE \
-H "Accept: application/json" \
-H "X-Auth-Token: 0925897a3d4543218ff0dcd2bb378a8e" \
-d '{"health_monitor":{"id":"18aa7ef8-2074-4a81-9615-c3c4a0f7fb9d"}}' \
https://networking.tyo1.cloud.z.com/v2.0/lb/pools/c6be7cbb-7179-4ae2-8645-1b7e54ae6a27/health_monitors/18aa7ef8-2074-4a81-9615-c3c4a0f7fb9dHTTP/1.1 204 No Content Server: openresty/1.7.10.1 Date: Fri, 08 May 2015 12:04:28 GMT Content-Type: application/json Content-Length: 0 Connection: keep-alive