I need to perform HTTP request for each entity in array. I see two ways:
For cycle:
for (const i of entitiesToDelete) { this.apiService.deleteOne