Deletes a specified DHCP vendor deployment option.
Output / Response
None.
API call:
void deleteDHCPVendorDeploymentOption ( long
entityId, long optionId, long
serverId )
Parameter | Description |
---|---|
entityId | The object ID of the object to which the DHCP vendor deployment option is assigned. |
optionId | the object ID of the vendor option definition. All DHCP vendor client deployment options have a fixed option code of 60 and a unique option sub-code. The unique sub-code is set with the optionId value in the addVendorOptionDefinition() method. |
serverId | The object ID of the server or server group where the DHCP vendor deployment option is used. If the option is generic, set this value to 0 (zero). Omitting this parameter from the method call will result in an error. |