Revoke Token

Revoke an access or refresh token per RFC 7009.
Always returns 200 even if the token is not found (per spec).
Revoking an access token does not revoke the associated refresh token (and vice versa).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Token to revoke

string
required

The access token or refresh token to revoke

string
enum

Hint about the token type (optional, improves lookup speed)

Allowed:
string
required

The client identifier

string

The client secret (required for confidential clients)

Response
200

Token revoked (or not found - always 200 per RFC 7009)

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!