diff --git a/cloudflare/src/endpoints/dns.rs b/cloudflare/src/endpoints/dns.rs index 871945f..b0766a9 100644 --- a/cloudflare/src/endpoints/dns.rs +++ b/cloudflare/src/endpoints/dns.rs @@ -184,8 +184,6 @@ pub struct DeleteDnsRecordResponse { pub struct DnsRecord { /// Extra Cloudflare-specific information about the record pub meta: Meta, - /// Whether this record can be modified/deleted (true means it's managed by Cloudflare) - pub locked: bool, /// DNS record name pub name: String, /// Time to live for DNS record. Value of 1 is 'automatic'