pub async fn delete_allowed<C: AccessListWrite + ?Sized>(
client: &C,
domain: &str,
) -> Result<Value>Expand description
Delete a domain from the allowed list through a vendor-neutral access-list writer.
ยงErrors
Returns any error reported by the selected DNS backend.