Revoke one session for a user
DELETE/api/v1/users/:userId/sessions/:sessionId
Revoke one session for a user
Request
Responses
- 204
- 401
- 403
- 404
Session revoked
Not authenticated. Note: a missing or invalid token is rejected with 403 FORBIDDEN (not 401); 401 is returned when the token's session has been revoked (SESSION_REVOKED).
Missing/invalid token, or the caller's role/group is below the required minimum (FORBIDDEN)
Session not found or already inactive (SESSION_NOT_FOUND)