Skip to main content
DELETE
/
bank_accounts
/
{id}
Delete a bank account
curl --request DELETE \
  --url https://api.endclose.com/v1/bank_accounts/{id} \
  --header 'X-API-KEY: <api-key>'

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

The unique identifier of the bank account

Response

Bank account deleted successfully