All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.slm.delete_lifecycle.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "slm.delete_lifecycle":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api-delete-policy.html",
      "description":"Deletes an existing snapshot lifecycle policy."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_slm/policy/{policy_id}",
          "methods":[
            "DELETE"
          ],
          "parts":{
            "policy_id":{
              "type":"string",
              "description":"The id of the snapshot lifecycle policy to remove"
            }
          }
        }
      ]
    },
    "params":{}
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy