POST https://api.getkato.io/oauth/revoke
Revoke the grant associated with an OAuth access or current refresh token.
See OAuth flow and credentials for client registration, authorization, and token rotation.
Accepts JSON or application/x-www-form-urlencoded. No bearer Authorization header is needed. A recognized token revokes the grant and all associated access keys. Empty or unknown tokens still return success without revealing whether a grant exists.
Parameters
string
An access token or current refresh token for the grant.
Response
200 — An empty response body with status 200. Do not attempt to parse it as JSON.Request
Compatibility alias
POST /oauth/raycast/revoke calls the same handler. Use /oauth/revoke for new clients.