| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 | [role="xpack"][[ml-delete-calendar]]=== Delete Calendar API++++<titleabbrev>Delete Calendar</titleabbrev>++++Deletes a calendar.==== Request`DELETE _xpack/ml/calendars/<calendar_id>`==== DescriptionThis API removes all scheduled events from the calendar then deletes thecalendar.==== Path Parameters`calendar_id` (required)::  (string) Identifier for the calendar.==== AuthorizationYou must have `manage_ml`, or `manage` cluster privileges to use this API.For more information, see {xpack-ref}/security-privileges.html[Security Privileges].==== ExamplesThe following example deletes the `planned-outages` calendar:[source,js]--------------------------------------------------DELETE _xpack/ml/calendars/planned-outages--------------------------------------------------// CONSOLE// TEST[setup:calendar_outages]When the calendar is deleted, you receive the following results:[source,js]----{  "acknowledged": true}----//TESTRESPONSE
 |