Delete events from a calendar
DELETE
/_ml/calendars/{calendar_id}/events/{event_id} Parameters
path Path Parameters
| Name | Type |
|---|---|
calendar_id
required
A string that uniquely identifies a calendar. | type TypesId = string |
event_id
required
Identifier for the scheduled event. You can obtain this identifier by using the get calendar events API. | type TypesId = string |
Responses
200 application/json
interface TypesAcknowledgedResponseBase {
acknowledged: boolean;
}
acknowledged: boolean;
}