DELETE
/
api
/
v1
/
account
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": "",
  "errorType": ""
}

Authorizations

X-Client-Secret
string
header
required

Contact Mesh to get client Secret

X-Client-Id
string
header
required

Contact Mesh to get client Id

Body

Response

200
application/json

OK

The response is of type object.