Delete an already added DNSSEC Record for your domain name
Name | Data Type | Status | Description |
auth-id or sub-auth-id or sub-auth-user | Integer | Required | Authentication parameter |
auth-password | String | Required | Authentication parameter |
domain-name | String | Required | Domain name for which your inquiry applies |
record | String | Required |
The relevant DNSSEC record you wish to remove for your domain name The following values for DS records must be included:
The following values for DNSKEY records must be included:
|
When the authenctication of API user is not correct, any API request will fail with the following status and statusDescription:
{"status":"Failed","statusDescription":"Invalid authentication, incorrect auth-id or auth-password."}
If invalid value is entered for record parameter, the API request will fail and the following statusDescription message will be displayed:
{"status":"Failed","statusDescription":""The following DNSSEC records were not added:..."}
If the domain name is wrong or it's missing, the following statusDescription will be displayed:
{"status":"Failed","statusDescription":"Missing domain-name"}
Note: These are example errors in JSON format.
URL JSON: https://api.cloudns.net/domains/delete-dnssec-record.json
POST/GET:auth-id=0&auth-password=password&domain-name=domain.com&record=domain.com. 3600 IN DS 00000 13 2 000000aaaaaaaaaa0000000000aaaaaaaaaa00000000aaaaaaaaaa
POST/GET:sub-auth-id=0&auth-password=password&domain-name=domain.com&record=domain.com. 3600 IN DS 00000 13 2 000000aaaaaaaaaa0000000000aaaaaaaaaa00000000aaaaaaaaaa
URL JSON: https://api.cloudns.net/domains/delete-dnssec-record.json
POST/GET:auth-id=0&auth-password=password&domain-name=domain.be&record=domain.be. 3600 IN DNSKEY 257 3 13 000000aaaaaaaaaa0000000000aaaaaaaaaa00000000aaaaaaaaaa
POST/GET:sub-auth-id=0&auth-password=password&domain-name=domain.be&record=domain.be. 3600 IN DNSKEY 257 3 13 000000aaaaaaaaaa0000000000aaaaaaaaaa00000000aaaaaaaaaa
URL XML: https://api.cloudns.net/domains/delete-dnssec-record.xml
POST/GET:auth-id=0&auth-password=password&domain-name=domain.com&record=domain.com. 3600 IN DS 00000 13 2 000000aaaaaaaaaa0000000000aaaaaaaaaa00000000aaaaaaaaaa
POST/GET:sub-auth-id=0&auth-password=password&domain-name=domain.com&record=domain.com. 3600 IN DS 00000 13 2 000000aaaaaaaaaa0000000000aaaaaaaaaa00000000aaaaaaaaaa
URL XML: https://api.cloudns.net/domains/delete-dnssec-record.xml
POST/GET:auth-id=0&auth-password=password&domain-name=domain.be&record=domain.be. 3600 IN DNSKEY 257 3 13 000000aaaaaaaaaa0000000000aaaaaaaaaa00000000aaaaaaaaaa
POST/GET:sub-auth-id=0&auth-password=password&domain-name=domain.be&record=domain.be. 3600 IN DNSKEY 257 3 13 000000aaaaaaaaaa0000000000aaaaaaaaaa00000000aaaaaaaaaa