โŒDelete Business BankAccount

You are able to remove a Business Bank Account Record record from your Gathr database.

Delete BankAccount

DELETE {{baseUrl}}/business/bank-accounts/:bank_account_id

Remove a Business Bank Account record by using bank_account_id.

Path Parameters

NameTypeDescription

bank_account_id*

String

The UUID for a Business Bank Account that gets generated and returned in either POST Create without Customer or POST Create with Customer response.

```postman_json
{
    "errors": {
        "code": "entity_not_found",
        "message": "Record not found in module_bank_accounts"
    }
}
```

Last updated