Description
Attention: The deleteDeviceInstance method is deprecated
and will be removed after two subsequent major releases. This is due to the introduction of more
efficient and stable API methods.
Deletes either the IP address or MAC address (and all related DNS entries
including host records, PTR records, or DHCP reserved addresses) on both the
Address Manager and DNS/DHCP Server based on the IPv4 address or a MAC
address supplied.BlueCat recommends updating an existing zone using the update API method with the dynamicUpdate property to automatically deploy host record changes to the associated primary DNS/DHCP Server. Once configured, you can use the delete method to remove the host record. The removed host record will then be automatically deployed to that zone.
Parameters
Name | Description |
---|---|
configName |
Location: query Type: string Name of parent configuration. If the value is empty or cannot be found,
an exception will be thrown.
|
identifier |
Location: query Type: string IP address or MAC address. If the value is empty or cannot be found, an
exception will be thrown. Relevant IP addresses, host records and MAC
addresses liked to multiple entities will be updated. Relevant IP
addresses, host records and MAC addresses liked to a single entity will
be deleted.
|
options |
Location: query Type: string Currently empty. This parameter is reserved for future use.
|
Responses
Code | Description |
---|---|
204 |
Type: none None.
|