POST /oauth2/audit/tokens/{tokenId}/revoke
Revoke a particular refresh token and all of its related access tokens using its unique ID. The caller must be the the user/resource owner associated with the refresh token. Note that a client may be in possession of more than one refresh token, so users wishing to revoke all access should use POST /oauth2/audit/grantedClients/{clientId}/revoke. Additionally, access tokens that are not associated with a refresh token cannot be revoked. OAuth 2.0 clients wishing to revoke a refresh token should use POST /oauth2/revoke
Resource URL
https://repo-prod.prod.sagebase.org/auth/v1/oauth2/audit/tokens/{tokenId}/revoke
Resource URL Variables
{tokenId} |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | authorize |
HTTP Method | POST |
Request Object | None |
Response Object | None |