Revoke an OAuth token

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • You might want to revoke an OAuth access or refresh token for security reasons.

    시작하기 전에

    Role required: oauth_admin

    이 태스크 정보

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

    프로시저

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

    결과

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