Files
elasticsearch-js/docs/doc_examples/19d60e4890cc57151d596326484d9076.asciidoc
2024-09-03 09:36:33 -05:00

12 lines
292 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.transport.request({
method: "DELETE",
path: "/_ingest/geoip/database/my-database-id",
});
console.log(response);
----