Skip to main content
DELETE
Delete a bank account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

bankAccountId
string
required

The ID of the bank account to delete.

Response

Bank account deleted successfully.

success
boolean
Example:

true

message
string
Example:

"Successfully deleted"