Delete linked bank account
Client ID
User ID
Provide account ID
const response = await fetch('https://api.akibaone.com/insyts/deleteaccount', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false, "message": "text", "id": "text" }