댓글 삭제하기
해당 id 게시물의 해당 id의 댓글을 삭제하는 API입니다.
METHOD
DELETEURL
/posts/:postId/comments/:commentIdRESPONSE
success
fail
{
"status": "BAD_REQUEST",
"message": "존재하지 않는 댓글입니다."
}Last updated
해당 id 게시물의 해당 id의 댓글을 삭제하는 API입니다.
DELETE/posts/:postId/comments/:commentId{
"status": "BAD_REQUEST",
"message": "존재하지 않는 댓글입니다."
}Last updated
{
"status": "BAD_REQUEST",
"message": "잘못된 경로로 접근하셨습니다."
}