Revoke Access Token

Revokes the specified access or refresh token, preventing the token from being used.

  • Regardless of which is revoked, all tokens from that authorization grant will be invalid.

Form Data
string
required

The client ID.

string
required

The client secret.

string
required

The token to revoke.

Responses
200

OK if the client credentials are valid.

403

Forbidden if the client credentials are invalid.

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!