DNS API PROTOCOL DELETE DOMAIN (resellers)
URL to call for DNS updates: https://www.worldwidedns.net/api_dns_delete_domain_reseller.asp
The above URL should be called with HTTPS for secure communications however you can use HTTP
and use a non secure transaction.
Use this function to delete a domain in your reseller account.
Parameter |
Value |
Description |
ID |
reseller ID |
Your reseller ID |
NAME |
login ID |
Your login ID |
PASSWORD |
password |
Your password |
DOMAIN |
domain name |
Domain name to delete |
Here is an example URL for your reference:
https://www.worldwidedns.net/api_dns_delete_domain_reseller.asp? NAME=your_id&PASSWORD=your_password&ID=reseller_id&DOMAIN=domain_name
Here is a list of possible return codes that you would receive with the above function.
When updating a domain, you can get multiple return codes. Keep this in mind when
retrieving our return codes. An example would be a response from each name server
advising that the zone was updated or not.
Code |
Description |
200 |
Domain deleted |
401 |
Login ID you supplied is SUSPENDED, you need to renew your account |
403 |
Login ID and/or Password you supplied is not on file or does not match |
405 |
Domain name supplied is not in your account |
406 |
Error occured removing domain from name server, try again |
|