My Account
Delete One Of The API Key Owner's Game Ranks
Remove the API key owner’s rank for a single game and mode.
DELETE
Permission Required
This endpoint requiresgame.ranks:read-write on your API key. The user is always the API key owner, derived from the key itself - it is never accepted as a parameter, so a key can only delete its own ranks. A free (api_free) key receives 403 error_api_feature_required; this requires an api_pro+ plan.
Access / Membership Rules
This is a self-write route. The owner is always derived fromprincipal.user._id, so there is no membership or participant gating - the key deletes exactly the owner’s own rank. The target rank is identified by the {gameId} and {mode} path parameters; both are required. Deletion is a no-op when no matching rank exists (the response simply reports deleted: false).
What’s Returned
Returns an object withdeleted (true when a rank was removed, false when none existed) and a timestamp. Mintlify renders the full schema from the spec below.
Authorizations
Send your API key as: Authorization: Bearer tb_
Path Parameters
Game definition ID of the rank to delete.
Game mode / playlist of the rank to delete.