Results 2 issues of Gavin

I am probably doing something wrong here but just wanted to post it here if it is an actual error. I am passing an array of strings over to be...

Is there support for removing a vertex? For example, given that you find a vertex by its name index ``` g.removeVertex(g.V('name','uniq_name')) ```