: But deleting multiple documents with just one POST is not possible, : right? Is there a special reason for that or is it because nobody asked
delete by query will remoe multiple documents with a sigle command .. but if you mean dleete by id .. you may be right about it not having the same "loop" kludge that <add> has. As Yonik has mentioned before .. if you use persistent connections in your HTTP Client layer, there isn't really any advantage to sending multiple commands in one request, vs sending multiple requests. -Hoss