Deleting the DNSSEC service 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.
Before deleting the DNSSEC services, be sure to contact your domain registrar to remove the DS records for the DNSSEC service. Wait 24 hours after removing the DS records before deleting the DNSSEC service.
REST Syntax
Click to view all REST Resources |
/REST/DNSSEC/ DELETE — Delete the DNSSEC service on the zone indicated.
HTTP Action — DELETE URI — https://api.dynect.net/REST/DNSSEC/<zone>/ |
Arguments: No Arguments. |
Response: Not Applicable. |
SOAP Syntax
Click to view all SOAP Commands |
DeleteOneDNSSEC — Delete the DNSSEC service for the zone indicated. |
Arguments: string token — Required. The session identifier.string zone — Required. Name of the zone where the service exist.
|
Response: Not Applicable. |
Example Request — Click for More Info |