Skip to main content
POST
/
connected_accounts
/
simulate
/
disconnect
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
connected_account_id
string<uuid>
required

ID of the connected account you want to simulate as disconnected.

Response

OK

ok
boolean
required