Files
elasticsearch-js/docs/doc_examples/6a50c1c53673fe9cc3cbda38a2853cdd.asciidoc
2024-07-29 17:10:05 -05:00

11 lines
298 B
Plaintext

// This file is autogenerated, DO NOT EDIT
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
[source, js]
----
const response = await client.sql.deleteAsync({
id: "FmdMX2pIang3UWhLRU5QS0lqdlppYncaMUpYQ05oSkpTc3kwZ21EdC1tbFJXQToxOTI=",
});
console.log(response);
----