v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01970424.3 KB
Sessions

Delete session

Delete a session by ID.

delete/auth/sessions/{id}

Path parameters

idstring required

Query parameters

user_idstring required

The ID of the user, or the special value me for the currently authenticated user

Example:3241a285-8329-4d69-8f3d-316e08cf140c

The ID of the user, or the special value me for the currently authenticated user

Response

Successful response

successboolean required

Always equal to true.

Example response

{
  "success": true
}