> ## Documentation Index
> Fetch the complete documentation index at: https://docs.artaios.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete All Sessions

Delete all sessions owned by the authenticated user.

## Headers

<ParamField header="X-External-User-Token" type="string">
  Optional JWT token for external user identification (company-specific).
</ParamField>

<CodeGroup>
  ```bash cURL theme={null}
  curl -X DELETE https://api.artaios.ai/api/v1/sessions/delete-all/ \
    -H "Authorization: Bearer YOUR_TOKEN"
  ```
</CodeGroup>

## Response

Returns a `204 No Content` on success.
