pub fn delete_dns_record( domain: &str, token: &str, record: DnsRecord, ) -> Result<()>
Delete the DNS record.