Skip to main content

delete_cache_zone

Function delete_cache_zone 

Source
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.