Delete linked bank account
Client ID
User ID
Provide account ID
curl -L \ --request POST \ --url 'https://api.akibaone.com/insyts/deleteaccount' \ --header 'Content-Type: application/json' \ --data '{ "clientId": "text", "userId": "text", "providerAccountId": "text" }'
{ "success": true, "message": "text", "id": "text" }