Revoke Access Token

Regardless of which token is revoked, all tokens from that authorization grant will become invalid.

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.

401

Unauthorized if the client credentials are invalid.

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