Skip to main content

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

Session successfully terminated

Loading...