MultiDelete NodeJS

Hi, I have a specific question on CouchNode library.
How I can perform a multi_delete operation within this library?
Is there any way to do this?
Or I have to use N1QL instead?

Just issue successive remove operations on the client. This will pipeline requests into the library and they will all be executed one after the other once control is returned to the node.js event loop.