We have a plugin that allows our customers to pick different DNS templates and apply them to their domains zones.
This plugin used to work fine for 8 years but has recently stopped working.
The way the plugin works is to first delete the existing zone using API's killdns command and then recreate the zone by providing the template name to adddns command to recreate the zone.
But recently the killdns command does not let us delete the zone with the following error:
> API failure: (XID krg3u6) You cannot remove the domain “xxxxx” because it is still configured for HTTP use on the “xx” account. Remove the domain from the account by deleting the subdomain, addon domain, parked domain, or the linked account. [killdns] version [1]
How can we achieve our objective?
Also is there any documentation about this recently introduced backward compatibility issue?
This plugin used to work fine for 8 years but has recently stopped working.
The way the plugin works is to first delete the existing zone using API's killdns command and then recreate the zone by providing the template name to adddns command to recreate the zone.
But recently the killdns command does not let us delete the zone with the following error:
> API failure: (XID krg3u6) You cannot remove the domain “xxxxx” because it is still configured for HTTP use on the “xx” account. Remove the domain from the account by deleting the subdomain, addon domain, parked domain, or the linked account. [killdns] version [1]
How can we achieve our objective?
Also is there any documentation about this recently introduced backward compatibility issue?