Web 계정 로그아웃

DELETE https://{auth-domain}/v1.0/auth/web/account/logout

Headers

Name
Type
Description

Authorization*

string

Bearer {{web-access-token}}

{
    "return": 0,
    "message": "success"
}
curl --location --request DELETE 'https://{auth-domain}/v1.0/auth/web/account/logout' \
--header 'Authorization: Bearer eyJhbGciOiJ...'

Last updated