---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Revoke an OAuth token

# Revoke an OAuth token {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

You might want to revoke an OAuth access or refresh token for security reasons.

## Vorbereitungen

Role required: oauth_admin

## Warum und wann dieser Vorgang ausgeführt wird

Revoking the token pertains to the situation where your instance acts as the OAuth resource server. You can revoke the token through a URL.

## Prozedur

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 `[
]`.

## Ergebnisse

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

