NSX-T Data Center REST API

Delete an IP Pool (Removed in 9.0)

Deletes the specified IP address pool. By default, if the IpPool is used in other configurations (such as transport node template), it won't be deleted. In such situations, pass "force=true" as query param to force delete the IpPool Deprecated:
This rest routine is deprecated. Use /infra/ip-pools/<ip-pool-id> to delete a ip pool with specified id.

Request:

Method:
DELETE
URI Path(s):
/api/v1/pools/ip-pools/{pool-id}
Request Headers:
n/a
Query Parameters:
IpPoolDeleteRequestParameters+
Request Body:
n/a

Example Request:

DELETE https://<nsx-mgr>/api/v1/pools/ip-pools/4b1c354d-bf7a-42ce-8e27-57e75e803fa8 ## To force delete DELETE https://<nsx-mgr>/api/v1/pools/ip-pools/4b1c354d-bf7a-42ce-8e27-57e75e803fa8?force=true

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Required Permissions:

crud

Feature:

groups_ip_pools

Additional Errors: