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

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