DELETE/boards/{boardId}/posts/{postId}/comments/{commentId}

답글은 삭제되지 않습니다.

Authorization

oauth2

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

Scope

board

HTTP Request

DELETEhttps://www.worksapis.com/v1.0/boards/{boardId}/posts/{postId}/comments/{commentId}

Path Parameters

ParameterTypeDescription
boardId integer 

게시판 ID


required
example : 100
format : int64 
postId integer 

게시글 ID


required
example : 1
format : int64 
commentId integer 

댓글 ID


required
example : 1
format : int64 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content