Maintenance

Invalidate all sessions except the caller's

Walks every active HTTP session tracked by SessionMonitor, skips the caller's own session, and invalidates the rest. Returns the count of invalidated sessions.

delete/api/v1/maintenance/_sessions

Response

Sessions invalidated

i18nMessagesMapobject
permissionsstring[]

Example response

{
  "entity": {
    "killedCount": 5
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.