Delete Board

delete board by boardId

DELETE /boards/{boardId}

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

{
  "success": "Board has successfully deleted."
}

피드백 받은 내용

  • 존재하지 않는 404 Not found 에러 추가!

Last updated