This API lets you to revoke all active API Access Tokens for the user.
xxxxxxxxxx
curl --request POST \
--url https://alation_domain/integration/v1/revokeAPIAccessTokens/ \
--header 'accept: application/json' \
--header 'content-type: application/json'