Deletes a file from the database using the record path from storage. Returns true if the file was successfully deleted, false otherwise.
Future<bool> deleteFile(String recordPath);