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
Name | Value Type | Validation | Details |
---|---|---|---|
eventID | int | Required | Event ID. |
Validation
Error Field | Error Code | Error Message |
---|---|---|
eventID | 101 | Invalid ceID or no permissions. |
Output example
{"result": 'true'}