Terminate a session by session ID
DELETE/management/session/:id
Terminates a single session identified by its unique session ID and removes it from the nevisAuth session database. nevisAuth notifies connected nevisProxy instances of the termination via the polling mechanism when proxy-side polling is enabled. The session ID corresponds to the primary key of the session entry in the nevisAuth session table. This endpoint does not trigger any federated logout protocol; downstream application sessions remain active until the proxy detects the termination on its next poll.
Request
Path Parameters
id stringrequired
Responses
- 204
- 400
- 404
- 500
Session successfully terminated
Session ID is blank or missing
Session not found
Internal server error
Loading...