Delete an entity's bank account
Delete information about an entity’s bank account with the specified ID.
Default bank accounts cannot be deleted. To delete a default bank account, you must first assign a new default account for the same currency.
Path parameters
bank_account_id
ID of an entity bank account you want to delete. This bank account must have is_default_for_currency
=false
.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.