Skip to content

[POST] 게시판 삭제

DongGeon0908 edited this page Oct 23, 2021 · 1 revision

URL

METHOD URL ...
PUT /api/club/{clubId}/board/{boardId} 게시판 삭제

Request Header

{
    "Content-Type": "application/json",
    "Authorization": "Bearer "${token}"
}

Response Success

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