Skip to main content
DELETE
/
v2
/
account
/
connections
/
{connectionId}
Disconnect connection
curl --request DELETE \
  --url https://api.ofauth.com/v2/account/connections/{connectionId} \
  --header 'apiKey: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
header
required

Your OFAuth API key for authenticating requests.

Path Parameters

connectionId
string
required

The ID of the connection to disconnect. Start with "conn_".

Response

Connection disconnected successfully