DELETE ./calendars/event

Delete a event from calendar. Only the owner can delete the event with all sessions.

If the event is shared, you can delete all your sessions for this event.

If you are a simple attender, this action will mark the share invitation status in rejected.

DELETE parameters

NameValue TypeValidationDetails
eventIDintRequiredEvent ID.

Validation

Error FieldError CodeError Message
eventID101Invalid ceID or no permissions.

Output example

{
"result": 'true'
}