v7
latestOpenAPI 3.1.02026-08-0898258317.8 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"
}