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

rest-api-spec.api.ml.delete_datafeed.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "ml.delete_datafeed":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-datafeed.html",
      "description":"Deletes an existing datafeed."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_ml/datafeeds/{datafeed_id}",
          "methods":[
            "DELETE"
          ],
          "parts":{
            "datafeed_id":{
              "type":"string",
              "description":"The ID of the datafeed to delete"
            }
          }
        }
      ]
    },
    "params":{
      "force":{
        "type":"boolean",
        "required":false,
        "description":"True if the datafeed should be forcefully deleted"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy