Deleting one or all existing child 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 7344 for more information about the CDNSKEY record.
REST Syntax
Click to view all REST Resources |
/REST/CDNSKEYRecord/ DELETE — Delete one or all existing child DNSKEY Records on the zone/node indicated. NOTE: Child DNSKEY records MUST be at the child zone apex.
HTTP Action — DELETE URIs: Delete one CDNSKEY record — https://api.dynect.net/REST/CDNSKEYRecord/<zone>/<fqdn>/<record_id>/ Delete all CDNSKEY records — https://api.dynect.net/REST/CDNSKEYRecord/<zone>/<fqdn>/ |
Arguments:
No Arguments. |
Response:
Not Applicable. |
SOAP Syntax
Example Request (DeleteCDNSKEYRecords) — Click for More Info
Click to view all SOAP Commands |
DeleteOneCDNSKEYRecord — Delete the specified child DNSKEY Record on the zone/node indicated.
DeleteCDNSKEYRecords — Delete all child DNSKEY Records on the zone/node indicated. |
Arguments:
DeleteOneCDNSKEYRecord — Click for More Info DeleteCDNSKEYRecords — Click for More Info |
Response:Not Applicable. |
Example Request (DeleteOneCDNSKEYRecord) — Click for More Info |