Delete events from a calendar Added in 6.2.0
Path parameters
-
A string that uniquely identifies a calendar.
-
Identifier for the scheduled event. You can obtain this identifier by using the get calendar events API.
DELETE /_ml/calendars/{calendar_id}/events/{event_id}
curl \
-X DELETE http://api.example.com/_ml/calendars/{calendar_id}/events/{event_id}
Response examples (200)
{
"acknowledged": true
}