Skip to content

Delete post

김은우 edited this page Jun 8, 2020 · 1 revision

게시물 삭제

Context-type : application/json

DELETE /api/post/:id

Request

header

{
	"Cookie":"쿠키 값", 
}

body

{
	"id":2,  
}

Response

Success : 200

{
    "postId": 2
}

Fail : 404 포스트가 없을 경우

     "message": "수정할 포스트가 존재하지 않습니다."

Fail : 403 사용자의 아이디와 포스트를 작성한 유저의 아이디가 다를 때

     "message": "삭제 할 권한이 없습니다."
Clone this wiki locally