App 로그아웃

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

Headers

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

Last updated