原文地址: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/ml-delete-calendar.html, 原文档版权归 www.elastic.co 所有

Delete calendar APIedit

Deletes a calendar.

Requestedit

DELETE _ml/calendars/<calendar_id>

Prerequisitesedit

  • If the Elasticsearch security features are enabled, you must have manage_ml or manage cluster privileges to use this API. See Security privileges.

Descriptionedit

This API removes all scheduled events from the calendar then deletes the calendar.

Path parametersedit

<calendar_id>
(Required, string) A string that uniquely identifies a calendar.

Examplesedit

DELETE _ml/calendars/planned-outages

When the calendar is deleted, you receive the following results:

{
  "acknowledged": true
}