records being added but not deleted in dns_soa table

Discussion in 'ISPConfig 3 Priority Support' started by saco721, Mar 20, 2019.

  1. saco721

    saco721 Member

    Hi,

    I have a remoting script that adds a new website, the new website appears in the dns_soa table, however when i delete the new site in isp config the record in dns_soa table for that new site is not deleted. Any help is greatly appreciated.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    A DNS record is not added when you add a website, so you must have added it with a remote API call. In the same way, deleting a site does not delete DNS records as DNS records are independent and might be used for other services. Use the remote API functions to delete the DNS record.
     

Share This Page