Removing one or all the AAAA Records from 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.
REST Syntax
Click to view all REST Resources |
/REST/AAAARecord/ DELETE — Deletes one or all existing AAAA Records from the zone/node indicated. HTTP Action — DELETE URIs: Delete one AAAA record — https://api.dynect.net/REST/AAAARecord/<zone>/<fqdn>/<record_id>/ Delete all AAAA records — https://api.dynect.net/REST/AAAARecord/<zone>/<fqdn>/ |
Arguments:
No Arguments. |
Response:
Not Applicable. |
SOAP Syntax
Click to view all SOAP Commands |
DeleteOneAAAARecord — Deletes a specific AAAA Record from the zone/node indicated. DeleteAAAARecords — Deletes all existing AAAA Records from the zone/node indicated. |
Arguments:
DeleteOneAAAARecord — Click for More Info DeleteAAAARecords — Click for More Info |
Response:
Not Applicable. |
Example Request (DeleteOneAAAARecord) — Click for More Info |
Example Request (DeleteAAAARecords) — Click for More Info |