rest-api-spec.api.ml.delete_calendar.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
{
"ml.delete_calendar":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-calendar.html",
"description":"Deletes a calendar."
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
},
"url":{
"paths":[
{
"path":"/_ml/calendars/{calendar_id}",
"methods":[
"DELETE"
],
"parts":{
"calendar_id":{
"type":"string",
"description":"The ID of the calendar to delete"
}
}
}
]
}
}
}