cURL
curl --request POST \ --url https://api.steamsets.com/v1/account.deleteSession \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "sessionId": "<string>" } '
{ "$schema": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The session id to delete
OK
A URL to the JSON Schema for this object.