---
sourceDocument: Australia Platform security
sourceDocumentLink: https://www.servicenow.com/docs/r/platform-security

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Revoke an OAuth token

# Revoke an OAuth token {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
You might want to revoke an OAuth access or refresh token for security reasons.

## Before you begin

Role required: oauth_admin

## 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.

## Procedure

Access your instance using <kbd class="ph userinput">oauth_revoke_token.do</kbd> and append the access or refresh token.  
For example:
<kbd class="ph userinput">https://[Your_ServiceNow_Instance]:[port]/oauth_revoke_token.do?token=[access or refresh token]</kbd> without the brackets `[
]`.

## Result

This endpoint access does not require authentication. The token in this request is
marked as expired.

