Function delete_file_from_hash

Source
pub async fn delete_file_from_hash(
    configuration: &Configuration,
    hash: &str,
    algorithm: &str,
    version_id: Option<&str>,
) -> Result<(), Error<DeleteFileFromHashError>>