Change record status: 
Project: 
Introduced in branch: 
8.7.x
Introduced in version: 
8.7.0-alpha1
Description: 

file_delete() and file_delete_multiple() are deprecated and will be removed before Drupal 9.0.0

Use the entity storage's delete() method to delete multiple entities instead (\Drupal\Core\Entity\EntityStorageInterface::delete() )

Impacts: 
Module developers