고객사 로그아웃
DELETE
https://{auth-domain}/v1.0/auth/customer/logout
Headers
Name
Type
Description
Authorization*
string
Bearer {{customer-access-token}}
{
"return": 0,
"message": "success"
}
curl --location --request DELETE 'https://{auth-domain}/v1.0/auth/customer/logout' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1N...'
Last updated