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