Remove a bank account
DELETE/payment-methods/bank-accounts/:payment_method_id
Removes a bank account from the account holder's file.
An account that is still linked for payouts cannot be removed: the link exists at the banking network as well, and removing it here would not revoke it there. Unlink it from each network first, then remove it.
Request
Path Parameters
payment_method_id uuidrequired
Responses
- 200
- 401
- 403
- 409
- 500
The bank account was removed
Unauthorized
Access denied — the account was not onboarded by the requester
The payment method does not exist, is not a bank account, or is still linked for payouts
Server error
Loading...