Delete Account
post
Delete linked bank account
Authorizations
Body
clientIdstringOptional
Client ID
userIdstringOptional
User ID
providerAccountIdstringOptional
Provide account ID
Responses
200Success
application/json
post
POST /insyts/deleteaccount HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 62
{
"clientId": "text",
"userId": "text",
"providerAccountId": "text"
}
200Success
{
"success": true,
"message": "text",
"id": "text"
}