Deletes DHCP client options.
Output / Response
None.
API call:
void deleteDHCPClientDeploymentOption ( long
entityId, String name, long
serverId )
Parameter | Description |
---|---|
entityId | The object ID for the entity from which the deployment option will be deleted. |
name | The name of the DHCPv4 client option to be deleted. This name must be one of the constants listed in DHCP Client Options. |
serverId | The specific server or server group to which this option is deployed. To delete an option that has not been assigned to a server, set this value to 0 (zero). Omitting this parameter from the method call will result in an error. |