cURL
curl --request DELETE \ --url https://integration-api.meshconnect.com/api/v1/account \ --header 'Content-Type: application/json' \ --header 'X-Client-Id: <api-key>' \ --header 'X-Client-Secret: <api-key>' \ --data '{ "authToken": "Secret authentication token", "type": "robinhood" }'
{ "status": "ok", "message": "", "errorHash": "e332aa7fb619606d57fdfa20e1790f0bbf0f5547", "errorType": "" }
Remove connection to the financial institution and erase all related data completely.
Contact Mesh to get client Secret
Contact Mesh to get client Id
OK
The response is of type object.
object
Was this page helpful?