Delete events from a calendar
Added in 6.2.0
Path parameters
-
calendar_id
string Required A string that uniquely identifies a calendar.
-
event_id
string Required 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 \
--request DELETE http://api.example.com/_ml/calendars/{calendar_id}/events/{event_id} \
--header "Authorization: $API_KEY"
Response examples (200)
A successful response when deleting a calendar event.
{
"acknowledged": true
}