Distrust a session (end-user)
GET/nevisadapt/api/distrustSession
Distrusts the given session and removes it from the store. The session must belong to the authenticated user.
Request
Query Parameters
sessionId int64required
Numeric session identifier to distrust
Responses
- 204
- 401
- 403
Session distrusted
Missing or invalid bearer token
Insufficient permissions or session not owned by caller
Loading...