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

Authorizations

apiKey
string
header
required

Path Parameters

connectionId
string
required

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

Response

Connection disconnected successfully