v4
latestOpenAPI 3.1.02026-07-3196251302.5 KBaccount
Delete user session
post/v1/account.deleteSession
Request body
Example request
{
"$schema": "https://api.steamsets.com/schemas/V1AccountDeleteSessionRequestBody.json",
"sessionId": "123456"
}Response
OK
Example response
{
"$schema": "https://api.steamsets.com/schemas/V1AccountDeleteSessionResponseBody.json"
}