Files
elasticsearch-js/docs/doc_examples/19d60e4890cc57151d596326484d9076.asciidoc
2024-08-19 10:52:15 -05:00

12 lines
269 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.deleteGeoipDatabase({
id: "my-database-id",
body: null,
});
console.log(response);
----