Does deleting an entity that no longer exists in the datastore cause an error? Or does it silently return?
I am wondering what would happen if I was bulk deleting a large number of entities and during that processes, some of them may have been deleted by other means, if that would cause an error and the bulk delete operation to stop.
It does not cause an error. Deleting a nonexistent entity has no effect.