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

/api/v1/ridingposts/{postid}

HTTP 메서드
DELETE
contents-type
application-json
비고
라이딩 모집 글 삭제
연관된 페이지
3. 라이딩 디테일 페이지
속성
⏳ 유저 스토리

Description

💡
라이딩 모집글 삭제 요청
 

Request

  • Header
    • Authorization : jwt token
  • Path Variable
    • postid: number
 

Response

  • 200 OK
  • 400 Bad Request
    • message : string
  • 401 Unauthorized
    • message : string
    • 권한이 없는 사용자가 삭제를 요청할 때
  • 404