Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.atthene.com/llms.txt

Use this file to discover all available pages before exploring further.

Delete all sessions owned by the authenticated user.

Headers

X-External-User-Token
string
Optional JWT token for external user identification (company-specific).
curl -X DELETE https://api-be.atthene.com/api/v1/sessions/delete-all/ \
  -H "Authorization: Bearer YOUR_TOKEN"

Response

Returns a 204 No Content on success.