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.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
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.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
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.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
Responses
Code | Description |
---|---|
204 |
Type: file None. |