Delete a session
Sessions
Delete a session
Delete an existing session using the session key, game ID, and player ID. This operation permanently removes the session.
DELETE
Delete a session
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The session key identifying the session.
Maximum string length:
50Pattern:
^[a-zA-Z0-9_-]+$The unique identifier for the game.
Maximum string length:
50The unique identifier for the player.