게시글 상세 화면(본인) > 게시글 더보기 메뉴 > 게시글 삭제
DELETE /api/post/{postId}
DELETE
/api/post/{postId}
게시글을 삭제합니다.
헤더
Authorization
Bearer {accessToken}
curl -X 'DELETE' \
Last updated 7 months ago