mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-21 12:27:37 +00:00
* [DOCS] Added ML calendar APIs * [DOCS] Updated calendar job API titles * [DOCS] Added more calendar APIs Original commit: elastic/x-pack-elasticsearch@0910da09eb
28 lines
512 B
Plaintext
28 lines
512 B
Plaintext
[role="xpack"]
|
|
[[ml-delete-calendar]]
|
|
=== Delete Calendars
|
|
|
|
The delete calendar API enables you to delete a calendar.
|
|
|
|
|
|
==== Request
|
|
|
|
`DELETE _xpack/ml/calendars/<calendar_id>`
|
|
|
|
|
|
//==== Description
|
|
|
|
==== Path Parameters
|
|
|
|
`calendar_id` (required)::
|
|
(string) Identifier for the calendar.
|
|
|
|
//===== Query Parameters
|
|
|
|
==== Authorization
|
|
|
|
You must have `manage_ml`, or `manage` cluster privileges to use this API.
|
|
For more information, see {xpack-ref}/security-privileges.html[Security Privileges].
|
|
|
|
//==== Examples
|