Function raze::api::b2_delete_file_version[][src]

pub async fn b2_delete_file_version<T: AsRef<str>, Q: AsRef<str>>(
    client: &Client,
    auth: &B2Auth,
    file_name: T,
    file_id: Q
) -> Result<DeleteFileVersionResult, Error>
Expand description