DELETE/users/{userId}/calendars/{calendarId}/events/{eventId}

Deletes an event from a specified calendar of a specified user.

Authorization

oauth2

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

calendar

HTTP Request

DELETEhttps://www.worksapis.com/v1.0/users/{userId}/calendars/{calendarId}/events/{eventId}

Path Parameters

ParameterTypeDescription
userId string 

User ID


required
example : userf7da-f82c-4284-13e7-030f3b4c756x 
calendarId string 

Calendar ID


required
example : calendar-96b8-4c74-8277-7953e0b4604a 
eventId string 

Event ID


required
example : eventr8123-wehuh324-qwejqw123 

Query Parameters

ParameterTypeDescription
sendNotification boolean 

Indicates whether to send event notifications.


default : true
allowEmptyValue : true 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content

HTTP 403

Forbidden

HTTP 404

Not Found