Reference Guide
Response Status Codes
HTTP Status Code Reason
200 Pools is retrieved
400 Problem with a query parameter, check response
for details
404 Pools not found
/ServerPool/{poolId} DELETE
Description
Delete an existing pool
Method
DELETE
Response Class
void
Response Content-Type: application/xml, application/json
Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
poolId (required) Id of pool to
delete
N/A path string
Response Status Codes
HTTP Status Code Reason
204 Pool deleted successfully
400 Invalid pool id supplied
/ServerPool/{poolId} GET
Description
Find a pool by id
62