Description
Deletes DHCPv6 client options.
Parameters
| Name | Description |
|---|---|
| entityId |
Location: query Type: integer (int64) The database object ID for the entity from which this deployment option
will be deleted.
|
| name |
Location: query Type: string The name of the DHCPv6 client option being deleted. This name must be one
of the constants listed in
DHCPv6 client options.
|
| serverId |
Location: query Type: integer (int64) The specific server or server group to which this option is deployed. To
delete 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.
|
Responses
| Code | Description |
|---|---|
| 204 |
Type: none None.
|