curl --request POST \ --url https://api-next.ofauth.com/v2/account/connections/{connectionId}/invalidate \ --header 'apiKey: <api-key>'
Connections
Invalidate connection
Invalidates a connection by marking it as expired and logging out the user. The connection record is preserved, allowing the user to reconnect with updated permissions.
POST
/
v2
/
account
/
connections
/
{connectionId}
/
invalidate
Invalidate connection
Copy
curl --request POST \ --url https://api-next.ofauth.com/v2/account/connections/{connectionId}/invalidate \ --header 'apiKey: <api-key>'