DELETE /v1/deleteWithOptions - BlueCat Integrity - 9.3.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.3.0

Description

Deletes objects that have options associated with their removal. When deleting dynamic resource records, you can choose not to dynamically deploy the changes to the DNS/DHCP Server.

Parameters

Name Description
objectId

Location: query

Type: integer (int64)

The ID for the object to be deleted.
options

Location: query

Type: string

A string containing the following delete options:
  • noServerUpdate —a Boolean value. This applies to the dynamic resource records. Set to true to update the record only in the Address Manager web interface. The change will not be deployed to the DNS server. The default value is false.
  • deleteOrphanedIPAddresses —a Boolean value. This applies to the delete operation on Host Records. Set to true to free IP addresses associated with a host record if no other host records are associated with the IP address. The default value is false.
  • removeMacFromPool —a Boolean value. This applies to the delete operation of DHCP Reserved addresses. Set to true to remove the MAC address of the IP address from any associated MAC pools. The default value is false.

Responses

Code Description
204

Type: none

None.