[[reference-indices-delete_data_lifecycle]] //////// =========================================================================================================================== || || || || || || || ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ || || ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ || || ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ || || ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ || || ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ || || ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ || || || || || || This file is autogenerated, DO NOT send pull requests that changes this file directly. || || You should update the script that does the generation, which can be found in: || || https://github.com/elastic/elastic-client-generator-js || || || || You can run the script with the following command: || || npm run elasticsearch -- --version || || || || || || || =========================================================================================================================== //////// [discrete] === client.indices.deleteDataLifecycle Delete data stream lifecycles. Removes the data stream lifecycle from a data stream, rendering it not managed by the data stream lifecycle. {ref}/data-streams-delete-lifecycle.html[{es} documentation] [discrete] ==== Function signature [source,ts] ---- (IndicesDeleteDataLifecycleRequest, options?): Promise ---- [discrete] ===== `IndicesDeleteDataLifecycleRequest` [source,ts] ---- interface IndicesDeleteDataLifecycleRequest extends <> { name: <> expand_wildcards?: <> master_timeout?: <> timeout?: <> } ---- [discrete] ===== `IndicesDeleteDataLifecycleResponse` [source,ts] ---- type IndicesDeleteDataLifecycleResponse = <> ----