Skip to main content
POST
/
api
/
banking
/
accounts
/
{id}
/
disconnect
Disconnect the bank connection of the given bank account.
curl --request POST \
  --url https://api.example.com/api/banking/accounts/{id}/disconnect

Path Parameters

id
number
required

Response

Bank account disconnected successfully.