SteamSets
ApiAccount

Delete

POST
/account.v1.AccountService/DeleteSession
/account.v1.AccountService/DeleteSession

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Request Body

application/jsonRequired

sessionId
Required
string

The session id to delete

curl -X POST "https://api.steamsets.com/account.v1.AccountService/DeleteSession" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "sessionId": "123456"
  }'

OK

{}