Deleting one or all existing DNSKEY Records 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 4034 for more information about the DNSKEY record.
REST Syntax
Click to view all REST Resources |
/REST/DNSKEYRecord/ DELETE — Delete one or all existing DNSKEY Records on the zone/node indicated.
HTTP Action — DELETE URIs: Delete one DNSKEY record — https://api.dynect.net/REST/DNSKEYRecord/<zone>/<fqdn>/<record_id>/ Delete all DNSKEY records — https://api.dynect.net/REST/DNSKEYRecord/<zone>/<fqdn>/ |
Arguments:
No Arguments. |
Response:
Not Applicable. |
SOAP Syntax
Click to view all SOAP Commands |
DeleteOneDNSKEYRecord — Delete the specified DNSKEY Record on the zone/node indicated.
DeleteDNSKEYRecords — Delete all DNSKEY Records on the zone/node indicated. |
Arguments:
DeleteOneDNSKEYRecord — Click for More Info DeleteDNSKEYRecords — Click for More Info |
Response:
Not Applicable. |
Example Request (DeleteOneDNSKEYRecord) — Click for More Info |
Example Request (DeleteDNSKEYRecords) — Click for More Info |