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

# Delete token

> Delete a token and remove its stored dashboard record.

Deletes a token from WADial. If a runtime is active, WADial clears it before removing the record.

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