删除登录排行板用户API
Request
Method : DELETE
DELETE
url : https://gamepot.apigw.ntruss.com/gpapps/v2/leaderboardlogs
Header : 'content-type: application/json'
Header 'x-api-key: 86dcgffae0xxxxxxxxxxxxxx'
Header : 'x-project-id: ec8231b2-6b20-4ad1-xxxx-xxxxxxxxx'
data:
{
"leaderboardId" : "leaderboardId",
"userId" : "560963c3-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}Header
Type
Required
Description
X-API-KEY
String
O
GamePot发放的认证密钥
X-PROJECT-ID
String
O
仪表盘项目ID
Attribute
Type
Required
Description
leaderboardId
String
-
排名板ID
userId
String
-
排名板用户ID
Response
成功
Attribute
Type
Description
status
Int
结果值(-1 失败)
message
String
错误消息
project_id
String
项目ID
leaderboardId
String
在仪表盘中生成的排名板固有ID
user_id
String
用户ID
score
Int
分数
subscore
Int
分项分数
metadata
Int
用户自定义数据
updatedAt
String
更新日期
expiredAt
String
到期日
失败
Attribute
Type
Description
status
Int
结果值(失败时请参考Error code)
message
String
错误内容
Last updated