| 1234567891011121314151617181920212223242526272829303132333435363738 | --:api: ilm-remove-lifecycle-policy-from-index:request: RemoveIndexLifecyclePolicyRequest:response: AcknowledgedResponse--[role="xpack"][id="{upid}-{api}"]=== Remove Policy from Index API[id="{upid}-{api}-request"]==== RequestRemoves the assigned lifecycle policy from an index.["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-request]--------------------------------------------------<1> removes the `my_policy` policy from `my_index`[id="{upid}-{api}-response"]==== ResponseThe returned +{response}+ indicates if the request to removethe lifecycle policy from the index was received.["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-response]--------------------------------------------------<1> Whether or not there were any policies failedto be removed from any indices from the request<2> A list of index names which are still managedby their policies.include::../execution.asciidoc[]
 |