Skip to content

[DELETE] 클럽 삭제

DongGeon0908 edited this page Oct 21, 2021 · 2 revisions

URL

METHOD URL ...
DELETE /api/admin/club/{clubId} 클럽 삭제

Request Header

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

Response Success

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