Skip to main content

Revoke SSO Session

Revoke an SSO session.

Outline

Endpoint

DELETE /api/v1/sso/sessions/{session_id}

Headers

HeaderRequiredDescription
AuthorizationYesBearer <access_token>

Path Parameters

ParameterTypeRequiredDescription
session_idintegerYesSSO Session ID

Response

Success (200)

{
"success": true,
"data": {
"message": "SSO session revoked successfully"
},
"message": "SSO session revoked successfully"
}

Features

  • Session revocation
  • User notification
  • Audit logging

Status

[WARNING] TODO: Not Implemented

This endpoint is defined in the router but the implementation logic is not yet complete.