Skip to main content
DELETE
Remove a bank account

Authorizations

Authorization
string
header
required

User bearer credential: either a Cognito JWT or an ak_ user API key. Backend integrators using HMAC must include the user API key alongside the three HMAC headers on user-scoped endpoints.

Path Parameters

accountId
string
required

The bank account ID

Response

Response for status 200

id
string
required

Unique identifier for the deleted bank account

Example:

"ba_abc123"

deleted
enum<boolean>
required

Always true for a deleted bank account response

Available options:
true