This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported.
Delete desired nodes.
resp = client.perform_request( "DELETE", "/_internal/desired_nodes", ) print(resp)
const response = await client.transport.request({ method: "DELETE", path: "/_internal/desired_nodes", }); console.log(response);
DELETE /_internal/desired_nodes