pub async fn delete_cache_zone<C: CacheWrite + ?Sized>(
client: &C,
domain: &str,
) -> Result<Value>Expand description
Delete cached DNS entries for a domain through a vendor-neutral cache writer.
ยงErrors
Returns any error reported by the selected DNS backend.