cURL
curl --request DELETE \ --url https://api-next.ofauth.com/v2/account/connections/{connectionId} \ --header 'apiKey: <api-key>'
Disconnects a connection, and logs out the user. Must be called to remove the connection from your account and stop billing.
Your OFAuth API key for authenticating requests.
The ID of the connection to disconnect. Start with "conn_".
Connection disconnected successfully
Was this page helpful?