class Mongo::Protocol::Delete

MongoDB Wire protocol Delete message.

This is a client request message that is sent to the server in order to delete selected documents in the specified namespace.

The operation, by default, operates on many documents. Setting the :single_remove flag allows for a single matching document to be removed.

@api semipublic