댓글 삭제

메인 화면 > 지도 > 핀 클릭 > 게시글 상세 화면 (댓글 영역)

요청

DELETE /api/post/{postId}/comment/{commentId}

댓글을 삭제합니다.

댓글 작성자와 헤더의 액세스 토큰의 유저 정보가 일치할 경우 삭제할 수 있습니다.

Headers

Name
Value

Authorization

Bearer {accessToken}

Path Parameters

Name
Type
Description

postId

integer

게시글 번호

commentId

integer

댓글 번호

응답 예시

Last updated