POST
/
oauth2
/
revoke

Body

application/x-www-form-urlencoded
client_id
string
required

The client identifier

Example:

"{{CLIENT_ID}}"

token
string

The token to revoke

Example:

"33742103-b60c-4cfd-afca-3673e3f867f4"

token_type_hint
enum<string>

The type of token to revoke

Available options:
access_token,
refresh_token
Example:

"access_token"

Response

Token successfully revoked

I