We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Context-type : application/json
DELETE /api/post/:id
header
{ "Cookie":"쿠키 값", }
body
{ "id":2, }
Success : 200
{ "postId": 2 }
Fail : 404 포스트가 없을 경우
"message": "수정할 포스트가 존재하지 않습니다."
Fail : 403 사용자의 아이디와 포스트를 작성한 유저의 아이디가 다를 때
"message": "삭제 할 권한이 없습니다."