Skip to main content
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.artaios.ai/api/v1/sessions/delete-all/ \
  -H "Authorization: Bearer YOUR_TOKEN"

Response

Returns a 204 No Content on success.