Description: Deletes a node pool based on node pool Id.
Security: Requires a valid user
Usage: DELETE api/v1/nodePools/{nodePoolId}
Produces: application/json
URL parameters:
Parameter | Description |
---|---|
| Id of the node pool to be deleted. |
Parameters: Ignored
Request Parameters: Ignored
Sample Response:
DELETE api/v1/nodePools/2
{ "id": 2 }
Response Codes:
200: Success
400: If the node pool id is not an integer
404: If the node pool is not found