Skip to main content
DELETE
/
api
/
v1
/
auth
/
logout
로그아웃 또는 토큰 무효화
curl --request DELETE \
  --url https://k-polaris.life/api/v1/auth/logout \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Refresh-Token
string

Response

200

OK