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

# Delete auth session

> Delete all session information and invalidate the session token.

<ResponseExample>
  ```json 200 theme={null}
  {
      "code": 200,
      "message": "Successfully deleted auth information for token 'c8d8fe6a-90c3-41f9-a464-e1ebf37b8b67'."
  }
  ```
</ResponseExample>

### Headers

<ParamField header="Token" type="string" required>
  The Ducky session token of the user.
</ParamField>
