curl --request POST \
--url https://api-next.ofauth.com/v2/account/connections/{connectionId}/invalidate \
--header 'apiKey: <api-key>'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.
curl --request POST \
--url https://api-next.ofauth.com/v2/account/connections/{connectionId}/invalidate \
--header 'apiKey: <api-key>'Was this page helpful?