HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
🌳
[팀 05] Forest
/
🪐
BE WorkSpace
/
🗯️
API 명세
/
✅
/api/v1/ridingposts/{postid}/comments/{commentid}
✅

/api/v1/ridingposts/{postid}/comments/{commentid}

HTTP 메서드
DELETE
contents-type
application-json
비고
라이딩 모집 글의 댓글 삭제
연관된 페이지
3. 라이딩 디테일 페이지
속성
⏳ 유저 스토리
[ Description ]
  • 게시글의 댓글 삭제하기
[ request ]
  • Header
    • Authorization
  • Pathvariable
    • postid : 게시글 아이디
    • commentid : 댓글 아이디
[ Responses ]
  • 200 OK
  • 400 Bad Request
  • 401 Unauthorized
  • 404 Not Found
 
  • 삭제한 댓글에 대댓글이 존재하는 경우
      1. “삭제된 댓글입니다" 처리 (delete column)
      1. 대댓글까지 함께 삭제 ✅