curl --request DELETE \
--url https://api.hubapi.com/oauth/v1/refresh-tokens/{token}This response has no body data.Delete a refresh token, typically after a user uninstalls your app. Access tokens generated with the refresh token will not be affected.
This will not uninstall the application from HubSpot or inhibit data syncing between an account and the app.
curl --request DELETE \
--url https://api.hubapi.com/oauth/v1/refresh-tokens/{token}This response has no body data.El token de actualización que se va a eliminar.