Files
elasticsearch-js/docs/doc_examples/3ea4c971b3f47735dcc207ee2645fa03.asciidoc
2025-01-07 13:22:18 -06:00

17 lines
333 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.indices.updateAliases({
actions: [
{
remove_index: {
index: "my-index-2099.05.06-000001",
},
},
],
});
console.log(response);
----