IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete calendar API
editDelete calendar API
editDeletes a calendar.
Request
editDELETE _ml/calendars/<calendar_id>
Prerequisites
edit-
If the Elasticsearch security features are enabled, you must have
manage_ml
ormanage
cluster privileges to use this API. See Security privileges.
Description
editThis API removes all scheduled events from the calendar then deletes the calendar.
Path parameters
edit-
<calendar_id>
- (Required, string) Identifier for the calendar.
Examples
editThe following example deletes the planned-outages
calendar:
DELETE _ml/calendars/planned-outages
When the calendar is deleted, you receive the following results:
{ "acknowledged": true }