I know how to make a EntityMembersDeleteRequest with a collection of Memebers.
It is not very efficient be cause I need to do a get first and retrieve lots of members then send them back to the EntityMembersDeleteRequest
That's 2 trips instead of in regular SQL, I could do a delete with a where clause that will point to the members to delete.
Is there a way to assign the EntityMembersDeleteRequest a search criteria like the EntityMembersGetRequest so it can be done in one trip?