Revoke an OAuth token

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • You might want to revoke an OAuth access or refresh token for security reasons.

    Antes de Iniciar

    Role required: oauth_admin

    Por Que e Quando Desempenhar Esta Tarefa

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

    Procedimento

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

    Resultado

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