Deleting one or all existing ALIAS 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.
REST Syntax
Click to view all REST Resources |
/REST/ALIASRecord/ DELETE — Delete one or all existing ALIAS Records on the zone/node indicated.
NOTE: If you choose to point your ALIAS record at an asset managed by your Dyn Managed DNS account, you may see higher than expected QPS. HTTP Action — Delete URIs: Delete one ALIAS record — https://api.dynect.net/REST/ALIASRecord/<zone>/<fqdn>/<record_id>/ Delete all ALIAS records — https://api.dynect.net/REST/ALIASRecord/<zone>/<fqdn>/ |
Arguments:
No Arguments |
Response:
Not Applicable. |
SOAP Syntax
Click to view all SOAP Commands |
DeleteOneALIASRecord — Deletes one existing ALIAS Records on the zone/node indicated.
DeleteALIASRecords — Deletes all existing ALIAS Records on the zone/node indicated. NOTE: If you choose to point your ALIAS record at an asset managed by your Dyn Managed DNS account, you may see higher than expected QPS. |
Arguments:DeleteOneALIASRecord — Click for More Info
DeleteALIASRecords — Click for More Info |
Response:
Not Applicable. |
Example Request(DeleteOneALIASRecord) — Click for More Info |
Example Request (DeleteALIASRecords) — Click for More Info |