---
title: "Remove"
method: POST
path: "/Banks/RemoveCustomerBankAccount/{bank_account_uid}"
tags: ["Banks"]
---

# Remove

`POST /Banks/RemoveCustomerBankAccount/{bank_account_uid}`

This endpoint allows you to remove a bank account associated with a specific customer.

## Path parameters

- `bank_account_uid` string, required

## Headers

- `api-key` string, required
- `secret-key` string, required

## Response `200`

200

- object
  - `results` object
    - `status` string
    - `code` integer
    - `description` string
  - `data` object
    - `card_uid` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/payplus/apis/payplus-api-documentation-production.md) · [All operations](https://skmtc.dev/payplus/apis/payplus-api-documentation-production/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payplus/payplus-api-documentation-production/revisions/2a893057392b/schema)
