DELETE/users/{userId}/ainote/notes/{noteId}

내가 생성한 노트를 삭제한다.

Authorization

oauth2

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

Scope

ainote

HTTP Request

DELETEhttps://www.worksapis.com/v1.0/users/{userId}/ainote/notes/{noteId}

Path Parameters

ParameterTypeDescription
userId string 

사용자 ID


required 
noteId string 

노트 ID


required
example : 0b7ab87a-134b-482a-83a2-6267131972ean 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content