After migrating to a new server, I am using a script that previously worked to call mass_edit_zone to remove multiple TXT records from a host's DNS. Now I get the following message, however:
Line 59 contains a record of type 'TXT'. You cannot edit or remove 'TXT' records. You can only edit or remove A, CNAME, and MX records."
Has this API coincidentally changed or am I missing something? It seems the function can add TXT records according to the docs. Should I be using a different function to bulk remove several TXT record lines at once now?
Thanks!
Line 59 contains a record of type 'TXT'. You cannot edit or remove 'TXT' records. You can only edit or remove A, CNAME, and MX records."
Has this API coincidentally changed or am I missing something? It seems the function can add TXT records according to the docs. Should I be using a different function to bulk remove several TXT record lines at once now?
Thanks!