Apache CloudStack 4.17.0.0 Root Admin API Reference
deleteManagementNetworkIpRange
Deletes a management network IP range. This action is only allowed when no IPs in this range are allocated.
Request parameters
| Parameter Name | Description | Required |
| endip | The ending IP address. | true |
| podid | UUID of POD, where the IP range belongs to. | true |
| startip | The starting IP address. | true |
| vlan | The vlan id the ip range sits on | true |
Response Tags
| Response Name | Description |
| displaytext | any text associated with the success or failure |
| success | true if operation is executed successfully |