The revoke token endpoint invalidates any access and refresh tokens issued to the client for the same end-user.
The token recation endpoint is implemented according to RFC 7009 OAuth 2.0 Token Revocation.
URI:https://<tenant ID>.accounts.ondemand.com/oauth2/revoke
**HTTP Method:**POST
Header |
Required |
Values |
---|---|---|
|
Yes |
application/x-www-form-urlencoded |
|
Yes |
|
Parameter |
Required |
Data Type |
Description |
Parameter Type |
---|---|---|---|---|
|
Yes |
string |
Must contain the JWT or opaque token from the issuer. |
Path |
|
No |
string |
|
Path |
token=0ab12345978c51ffe7c4e9a2b1158bb4
Token is successfully revoked.
Code |
Reason |
---|---|
200 OK |
Successful operation. |
401 Unauthorized |
The client is not authenticated. |