pub async fn disable_zone<C: ZoneWrite + ?Sized>( client: &C, zone: &str, ) -> Result<Value>
Disable a DNS zone through a vendor-neutral zone writer.
Returns any error reported by the selected DNS backend.