Delete node pool
From Hostway API Documentation
Contents |
DELETE /accounts/{accountId}/loadbalancers/{lbId}/nodePools/{nodePoolId}
This operation deletes the specified node pool
Request
DELETE /accounts/{accountId}/loadbalancers/{lbId}/nodePools/{nodePoolId}
Request Parameters
- accountId - string
- The selected account id.
- lbId - string
- The selected loadbalancer id.
- nodePoolId - string
- The selected node pool id.
Response
Response Codes
- 204 No Content
- 401 Unauthorized
- This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.
- 404 Not Found
- The resource does not exist.
Examples
Successfully delete the specified load balancer
Request
DELETE /accounts/{accountId}/loadbalancers/0001/nodePools/1234 Content-Type:application/json Charset=UTF-8 Authorization: Basic {Base64-encoded username & password string}
Response
HTTP/1.1 204 No Content