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

# Logout token

> Unpair the linked WhatsApp device.

Logout unpairs the linked device. Use it when the token should require QR or pairing code again.

<RequestExample>
  ```bash cURL theme={null}
  curl -X POST "https://api.wadial.com/api/v1/sessions/{sessionId}/logout" \
    -H "Authorization: Bearer $WADIAL_API_KEY"
  ```
</RequestExample>
