Skip to content

Delete a bank account ​

You can delete bank accounts from a Customer.

Returns ​

curl
curl -X DELETE https://api.stripe.com/v1/customers/{{CUSTOMER_ID}}/sources/{{BANK_ACCOUNT_ID}} \
  -u "<<YOUR_SECRET_KEY>>"

Response ​

json
{
  "customer": "cus_9s6XKzkNRiz8i3",
  "id": "ba_1NkxyL2eZvKYlo2CwZgb2mzO",
  "object": "bank_account",
  "deleted": true
}

Stripe API Reference - Self-contained docs reference, refreshed 2026-05-18