Description
Deletes a specified DHCP vendor deployment option.
Parameters
| Name | Description |
|---|---|
| entityId |
Location: query Type: integer (int64) The object ID of the object to which the DHCP vendor deployment option is
assigned.
|
| optionId |
Location: query Type: integer (int64) 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 |
Location: query Type: integer (int64) 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.
|
Responses
| Code | Description |
|---|---|
| 204 |
Type: none None.
|