Delete a calendar Added in 6.2.0
Removes all scheduled events from a calendar, then deletes it.
Path parameters
-
A string that uniquely identifies a calendar.
DELETE /_ml/calendars/{calendar_id}
curl \
-X DELETE http://api.example.com/_ml/calendars/{calendar_id}
Response examples (200)
{
"acknowledged": true
}