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

대상 사용자의 캘린더 중 대상 캘린더의 일정을 삭제한다.

Authorization

oauth2

OAuth 2.0 인증.
자세한 인증 방식은 인가·인증을 참고한다.

Scope

calendar

HTTP Request

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

Path Parameters

ParameterTypeDescription
userId string 

대상 사용자 ID


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

대상 캘린더 ID


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

일정 ID


required
example : eventr8123-wehuh324-qwejqw123 

Query Parameters

ParameterTypeDescription
sendNotification boolean 

일정 알림 발송 여부


default : true
allowEmptyValue : true 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content

HTTP 403

Forbidden

HTTP 404

Not Found