# Delete bank account Delete a stored bank account of a given buyer. Endpoint: DELETE /partners/{partner_profile_id}/consumer/{shop_buyer_id}/bank-accounts/{bank_account_reference} Version: version 1 Security: Bearer Authentication ## Path parameters: - `partner_profile_id` (string, required) partner profile id provided by Ratepay Example: "MYSHOP_PR_DE" - `shop_buyer_id` (string, required) unique id assigned to the buyer by the merchant Example: "customer_1" - `bank_account_reference` (string, required) unique identifier for the bank account. This element can be retrieved by the GET request Example: "226e7a20-5e1e-4f23-a56c-c8a851b190e7" ## Header parameters: - `Authorization` (string, required) For each request, a valid access token must be provided in the Authorization header. See Authentication API for obtaining a valid token. - `Content-Type` (string, required) Example: "application/json" ## Response 204 fields ## Response 401 fields ## Response 404 fields ## Response 500 fields