post http://dev.adfin.com/api/oauth2/revoke
This endpoint allows platforms to revoke an OAuth2 refresh token previously issued by Adfin. It's typically used when a user disconnects your platform from Adfin, ensuring that your integration can no longer act on their behalf.
Once a refresh token is revoked:
The access token will work until it expires, but the user will not be able to renew it because the refresh token is revoked.
A new connection must be established via the OAuth flow if further access is needed.
Typical use case:
Call this endpoint when a user clicks Disconnect in your app to securely end the integration session.
Response:
Returns a 200 OK status if the token was successfully revoked.