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

# Sign Out

> Invalidate the current CrowdChange auth token to sign the authenticated user out of the active session on a single device or client.

## Body

<ParamField body="token" type="string" required>
  User's access token.
</ParamField>

## Response

<ResponseField name="status" type="string">
  Status of the operation.
</ResponseField>

**Other responses**

| Status | Description  |
| ------ | ------------ |
| `401`  | Unauthorized |
| `403`  | Forbidden    |

<ResponseExample>
  ```json theme={null}
  {
    "status": "ok"
  }
  ```
</ResponseExample>
