Skip to main content
POST
/
v2
/
account
/
connections
/
{connectionId}
/
invalidate
Invalidate connection
curl --request POST \
  --url https://api.ofauth.com/v2/account/connections/{connectionId}/invalidate \
  --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 invalidate. Start with "conn_".

Response

Connection invalidated successfully