Delete DNS records, howto?

rwittering

New member
Joined
May 6, 2008
Messages
4
Location
Netherlands
Hi,

I have found the command "CMD_API_DNS_CONTROL?domain=domain.com&action=add" to add DNS records to a domain, but there is no action=delete?

Can someone tell me how I delete DNS records with the API? :)


Thanks in advance,
Ryan
 
delete zones:
CMD_API_DNS_ADMIN?action=delete&select0=domain.com&select1=domain2.com&etc..
 
@chatwizrd

Thank you for your reaction, but I want to delete DNS RECORDS, not the complete ZONE.

So for example: I want to delete a NS record listed in the zone, but only that NS record. Just like the delete function in DNS control in DirectAdmin (you can make records, but also delete them).

So, how can I delete a DNS record?
 
Within the DNS control of DirectAdmin you can also delete DNS records, why wouldn't it be possible to do it with the API?
 
I think there is not a option for this in the API. I've searched for that a time ago.
 
Back
Top