DELETE /personalAccessToken/{id}
Revoke a personal access token. The token cannot be re-enabled after being revoked.
Resource URL
https://repo-prod.prod.sagebase.org/auth/v1/personalAccessToken/{id}
Resource URL Variables
| {id} | The unique ID of the token, which is the unique ID (the "jti" claim) contained in the JWT |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | modify , authorize |
| HTTP Method | DELETE |
| Request Object | None |
| Response Object | None |