Inno UID 등록해제
DELETE https://{game_host_ext_ssrm}/v1.0/ssrm/auth/innouid
Headers
Name
Type
Description
Context-Type*
string
application/json
Authorization
string
login AT
Request Body
Name
Type
Description
{
"return": 0,
"message": "success"
}{
}curl --location --request DELETE 'https://dev.lumiwavelab.com:51152/v1.0/ssrm/auth/innouid' \
--header 'Authorization: ••••••'return
message
desc.
0
success
성공
500
Internal server error
70000
DB Error
70004
24-hour release time limit
등록후 24시간안에 해제 금지
70005
not connected yet
innoid 가 연결되어 있지 않음
Last updated