localhost 접속시
http://localhost:8080/api/v1/members/logout
배포환경 접속시
http://”AWS 주소”/api/v1/members/logout
Header 구성
구성 요소 | type |
AccessToken | Bearer Token |
Request
Header
Authorization : Bearer Token
JSON
복사
Response
200
Delete Success
JSON
복사
500
{
"서버 내부 에러입니다."
}
JSON
복사