sessions
Revoke a session
PUT
/
sessions
/
{sessionId}
/
revoke
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
sessionId
string
requiredID of the session
Required string length:
36
Response
200 - application/json
id
string
Required string length:
36
createdAt
string
ipAddress
string
revokedAt
string | null
Was this page helpful?