deleteAll abstract method

int deleteAll(
  1. List<ID> ids
)

Delete a list of objects by their ids.

Returns the number of deleted objects.

Implementation

int deleteAll(List<ID> ids);