Marks the message with the specified messageId as deleted
messageId
Future<void> delete(int? messageId) { return sendCommand(PopDeleteCommand(messageId)); }