deleteAllById abstract method

Future<T> deleteAllById(
  1. List<ID> ids
)

Deletes all entities with the given IDs.

Implementation

Future<T> deleteAllById(List<ID> ids);