v1
latestOpenAPI 3.1.02026-07-26590236.8 KBRemove Whitelist Account
Remove a whitelist bank account previously linked to an account on Graph
delete/bank_account/{account_id}/whitelist/{item_id}
Path parameters
account_idstring required
item_idstring required
Response
200
Example response
{
"data": {
"id": "bk-wli-4969910f-1705-11ef-a9fb-0242ac160003",
"bank_id": "bk-6bf16e99-1313-11ef-b566-0242ac160005",
"account_id": "7bf7f1070b4d11ef92d40242ac160005",
"account_number": "0420382491",
"account_name": "JOHN,DOE",
"created_at": "2024-05-21T00:01:34Z",
"updated_at": "2024-05-21T00:09:04Z"
},
"message": "Account removed from whitelist successfully",
"status": "success"
}