Removes the DNS record by the given record name.
recordName The name of the DNS record that should get deleted. [string]
recordName
[string]
[Promise<void>]
cddnss.removeRecord(record.name) .then(() => { console.log(`${record.name} was sucessfully removed!`); });
Last updated 6 years ago