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
Example response
{
"success": true
}