New

The executive guide to generative AI

Read more
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Delete API

edit

The delete API is very similar to the Java delete API, here is an example:

def deleteF = node.client.delete {
    index "test"
    type "type1"
    id "1"
}
Was this helpful?
Feedback