Revoke an OAuth2 Refresh token

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.

Query Params
string
string
string
required
Headers
string

The authorization header

Response
200

The Refresh token was successfully revoked.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!