| 123456789101112131415 | [[delete]]== Delete APIThe delete API is very similar to the{java}/delete.html[Java delete API], here is anexample:[source,js]--------------------------------------------------def deleteF = node.client.delete {    index "test"    type "type1"    id "1"}--------------------------------------------------
 |