Deleting one or all DHCID Records on a zone/node using the API requires specific syntax depending on whether you are using REST or SOAP. Use this table to find the syntax for your command.

See RFC 4701 for more information about the DHCID record.

REST Syntax

Click to view all REST Resources
/REST/DHCIDRecord/ DELETE — Delete one or all existing DHCID Records on the zone/node indicated.

HTTP Action — DELETE

URIs:
 
Delete one DHCID record — https://api.dynect.net/REST/DHCIDRecord/<zone>/<fqdn>/<record_id>/

Delete all DHCID records — https://api.dynect.net/REST/DHCIDRecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
DeleteOneDHCIDRecord — Delete an existing DHCID Record on the zone/node indicated.

DeleteDHCIDRecords — Delete all existing DHCID Records on the zone/node indicated.

Arguments:
 
DeleteOneDHCIDRecord — Click for More Info

DeleteDHCIDRecords — Click for More Info

Response:

Not Applicable.

Example Request (DeleteOneDHCIDRecord) — Click for More Info

Example Request(DeleteDHCIDRecords) — Click for More Info