Xsolla-logo

Delete game achievement

delete/achievements/{achievement_id}

Removes an achievement for the game and users.

SecurityBearer
Request
path Parameters
achievement_id
required
integer

Achievement ID.

query Parameters
game_id
required
integer

Game ID which the achievements belong to.

Responses
204

No Content

403

Authentication token is invalid

429

(Too Many Requests) Too many requests are sent during the rate limit period

Request samples
Response samples
application/json
{
  • "error_code": "1901-0001",
  • "error_description": "Invalid token."
}