OAuth 2.0 Token Revocation

Token revocation endpoint (RFC 7009). Revokes an access or refresh token.
The server responds with HTTP 200 regardless of whether the token was valid,
to prevent token scanning attacks.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
string
required

The token to be revoked.

string
enum

Hint about the type of the token being revoked. Helps the server optimize lookup.

Allowed:
Responses
200

Token revocation request processed. Returns 200 regardless of whether the token was valid.

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json