Revoke an OAuth token
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Platform Security
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
You might want to revoke an OAuth access or refresh token for security reasons.
Before you begin
About this task
Revoking the token pertains to the situation where your instance acts as the OAuth resource server. You can revoke the token through a URL or by .
Procedure
Access your instance using oauth_revoke_token.do and
append the access or refresh token.
For example:
https://[Your_ServiceNow_Instance]:[port]/oauth_revoke_token.do?token=[access
or refresh token] without the brackets [
]
.
Result
This endpoint access does not require authentication. The token in this request is marked as expired.