[DELETE] 게시물 삭제 - GreenByMe/GreenByMe_Server GitHub Wiki
게시물 삭제
| 메소드 | 경로 | 짧은설명 |
|---|---|---|
| DELETE | /api/posts/{postId} | 게시물 삭제 |
요청 헤더
content-type: application/json
요청 파라미터
postId: 게시물 Id
응답
삭제 성공
{
Code 200
}
| 메소드 | 경로 | 짧은설명 |
|---|---|---|
| DELETE | /api/posts/{postId} | 게시물 삭제 |
content-type: application/json
postId: 게시물 Id
{
Code 200
}