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 for confidential clients. Registered public clients omit this field.

string
required

The token to revoke.

Responses
200

OK if the client is permitted to revoke the token.

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!