회원 팔로우 삭제
DELETE /api/member/{member-id}/follow
Status Code
204: 팔로우 삭제성공
403: 권한 없음
409: 팔로우 하지 않은 회원
500: 서버 에러Request Header
{
"Authorization" : String
}Response Body
Last updated
DELETE /api/member/{member-id}/follow
204: 팔로우 삭제성공
403: 권한 없음
409: 팔로우 하지 않은 회원
500: 서버 에러{
"Authorization" : String
}Last updated