Skip to content

[DELETE] 댓글 삭제

DongGeon0908 edited this page Oct 24, 2021 · 1 revision

URL

METHOD URL ...
DELETE /api/club/{clubId}/board/{boardId}/post/{postId}/comment/{commentId} 댓글 삭제

Request Header

{
    "Content-Type": "application/json"
}

Response Success

{
  "status": 200,
  "message": "DELETE_COMMENT_SUCCESS",
  "data": null
}