Skip to main content

delete_record

Function delete_record 

Source
pub async fn delete_record<'a, C: RecordWrite + ?Sized>(
    client: &'a C,
    zone: &'a str,
    domain: &'a str,
    type_params: &'a [(&'a str, String)],
) -> Result<Value>
Expand description

Delete DNS records through a vendor-neutral record writer.

ยงErrors

Returns any error reported by the selected DNS backend.