14 lines
366 B
Plaintext
14 lines
366 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.cluster.deleteVotingConfigExclusions();
|
|
console.log(response);
|
|
|
|
const response1 = await client.cluster.deleteVotingConfigExclusions({
|
|
wait_for_removal: "false",
|
|
});
|
|
console.log(response1);
|
|
----
|