4.2. Server API Example (/player/remove)
/player/remove
Description
The app unregistration request is processed.
Method
POST
Request Headers
Name | Type | Mandatory | Description |
appId | String | Y | Game app ID |
appSecret | String | Y | Authentication key issued for each game |
playerId | String | Y | User ID issued by the platform |
Content-Type | String | Y | “application/json;charset=UTF-8” |
Authorization | String | Y | Authorization: KakaoAK {ADMIN_KEY} |
Request Body Parameters
none
Response Status Code
Status Code | Description | Details |
---|---|---|
200 | Success | Normal |
400 | Bad Request | Request data not parsed. Lack of required parameters or parameter type error |
401 | Unauthenticated | Authentication failure (e.g., invalid appSecret) |
406 | Not Acceptable | Cannot be processed |
461 | Invalid Message Box | The Message Box requested with the messageBoxId does not exist |
500 | Internal Server Error | Server system internal error |
503 | Service Unavailable | Service unavailable (e.g., timeout between internal servers) |
Response Content
none
Example Request
POST /service/v3/player/remove HTTP/1.1
Host: openapi-zinny3.game.kakao.com
Content-Type: application/json;charset=UTF-8
appId: 103815
appSecret: 951b75bf17fe0885ab5106ba2a9f9bc9
playerId: 123412341234
zat: f3jf0293jf093jf0932fj039jf0239f
{
} |
Example Response
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
{
} |