System Administration >
Configuration
>
Fabric
>
Pool Management
>
IP Blocks
Delete an IP Address Block
Deletes the IP address block with specified id if it exists. IP
block cannot be deleted if there are allocated subnets from the block.
Request:
Method:
DELETE
URI Path(s):
/api/v1/pools/ip-blocks/<block-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
DELETE https://<nsx-mgr>/api/v1/pools/ip-blocks/4a5f22a8-8293-4212-93df-99286d20e35b
Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a
Required Permissions:
crud
Feature:
ipam_ipam
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable