v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
account

Delete user session

post/v1/account.deleteSession

Request body

$schemastring uri

A URL to the JSON Schema for this object.

sessionIdstring required

The session id to delete

Example request

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountDeleteSessionRequestBody.json",
  "sessionId": "123456"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountDeleteSessionResponseBody.json"
}