โŒDelete Business BankAccount

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

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

Path Parameters

Name
Type
Description

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.

API Responses

{
    "deleted": [
        "{{bankAccountId}}"
    ]
}

Last updated