Files
elasticsearch-js/docs/doc_examples/99fb82d49ac477e6a9dfdd71f9465374.asciidoc
2025-03-24 17:55:18 +00:00

11 lines
265 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.ingest.deleteIpLocationDatabase({
id: "example-database-id",
});
console.log(response);
----