Deletes DHCP service options.
Note: The Name field of the DHCP service deployment option object cannot be
updated.
Output / Response
None.
API call:
void deleteDHCPServiceDeploymentOption ( long
entityId, String name, long
serverId )
Parameter | Description |
---|---|
entityId | The object ID for the entity from which this deployment option is being deleted. |
name | The name of the DHCPv4 service option being deleted. This name must be one of the constants listed in DHCP Service Options on page 212. |
serverId | Specifies the server or server group to which the option is deployed for the specified entity. To retrieve an option that has not been assigned to a server role, set this value to 0(zero). Omitting this parameter from the method call will result in an error. |