> ## 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.

# Disconnect token

> Stop a runtime while keeping reusable credentials.

Disconnect keeps the paired credentials. Call `connect` later to reconnect without scanning QR again.

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