Delete Event
DELETE/calendars/events/:eventId
Delete event by ID
Request
Version stringrequired
API Version
Available options
v3eventId stringrequired
Event Id or Instance id. For recurring appointments send masterEventId to modify original series.
- application/json
- Body
- Example (auto)
Bodyrequired
object
{}
Successful response
- application/json
- Schema
- Example (auto)
Schema
succeededboolean
Whether the event was successfully deleted
{
"succeeded": true
}