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