public interface DeleteRequest extends OperationRequest, Iterable<ObjectIdData>
The available iterator will return the non-null
tracked ids of the objects to be deleted. Note that this
iterator is not modifiable and not restartable (all calls to the Iterable.iterator()
method will return a handle to the
same Iterator instance).
forEach, iterator, spliterator