Managed Account Authentication
Remove connection
Remove connection to the financial institution and erase all related data completely.
DELETE
/
api
/
v1
/
account
Authorizations
X-Client-Secret
string
headerrequiredContact Mesh to get client Secret
X-Client-Id
string
headerrequiredContact Mesh to get client Id
Body
authToken
string
requiredAuth token that allows connecting to the target institution
Minimum length:
1
type
enum<string>
requiredType of the institution to connect
Available options:
robinhood
, eTrade
, alpaca
, tdAmeritrade
, weBull
, stash
, interactiveBrokers
, public
, coinbase
, kraken
, coinbasePro
, cryptoCom
, openSea
, binanceUs
, gemini
, cryptocurrencyAddress
, cryptocurrencyWallet
, okCoin
, bittrex
, kuCoin
, etoro
, cexIo
, binanceInternational
, bitstamp
, gateIo
, acorns
, okx
, bitFlyer
, coinlist
, huobi
, bitfinex
, deFiWallet
, krakenDirect
, vanguard
, binanceInternationalDirect
, bitfinexDirect
, bybit
, paxos
, coinbasePrime
, btcTurkDirect
, kuCoinDirect
, okxOAuth
, paribuDirect
, robinhoodConnect
, blockchainCom
, bitsoDirect
, binanceConnect
, revolutConnect
Response
200 - application/json
status
enum<string>
Available options:
ok
, serverFailure
, permissionDenied
, badRequest
, notFound
, conflict
, tooManyRequest
, locked
, unavailableForLegalReasons
message
string | null
A message generated by the API
displayMessage
string | null
User-friendly display message that can be presented to the end user
errorType
string | null
Strictly-typed error type that is explaining the reason of an unsuccessful status of the operation. All possible error types are available in the documentation.
errorData
any | null