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

# Token Revocation

> Revoke an access token or refresh token. Returns 200 even if the token was not found.

<ParamField body="token" type="string" required>
  The token to revoke.
</ParamField>

<ParamField body="token_type_hint" type="string">
  Hint: `access_token` or `refresh_token`.
</ParamField>
