Delete Bank Account
Removes a bank account record that belongs to the user.
This endpoint:
- Deletes the specified bank account if it exists
- If the deleted account was the default account, the default flag is reassigned to the next most recently created account (if one exists).
Headers
Unique platform identifier (UUID). You receive this during onboarding. Must be sent with every API request.
HMAC-SHA256 request signature for authentication. Use your platform secret key to compute it as: METHOD + PATH + QUERY + BODY_HASH.
Path Parameters
Unique identifier (UUID) of the user who owns the bank account
Body
Unique identifier (UUID) of the bank account to initiate verification for.
"f47ac10b-****-****-****-0e02b2c3d479"
Response
Successful Response
Indicates whether the request was processed successfully.
true
A short, human-readable message describing the result of the request.
"Operation completed."
The main response payload, if applicable
The Unix timestamp (in seconds) indicating when the response was generated.
1718006400

